#1cbc65

Color #1CBC65 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #1CBC65

Tints of Medium Sea Green #1CBC65

Color information

#1CBC65 (or 0x1CBC65) is unknown color: approx Medium Sea Green. HEX triplet: 1C, BC and 65. RGB value is (28,188,101). Sum of RGB (Red+Green+Blue) = 28+188+101=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC65 is #E3439A. Grayscale: #828282. Windows color (decimal): -14893979 or 6667292. OLE color: 6667292.

HSL color Cylindrical-coordinate representation of color #1CBC65: hue angle of 147.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC65 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB28188101-
CMYK0.8500.460.26
HSL147.38º74.07%42.35%-
HSV(B)147.38º85.11%73.73%-
XYZ20.8137.1518.39-
YUV130.24111.4955.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 188 (73.83% from 255) = 59.31%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=8.83%
G=59.31%
B=31.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881010.8500.460.26147.3874.0742.35
Hex1CBC655502E1A934a2a
Octal342741451250563222311252
Binary111001011110011001011010101010111011010100100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cbc65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cbc65; }

 p { color: rgb(28,188,101); }

 H1.HeaderClassName
 {
   color: #1cbc65;
 }
 .AnyTagClassName
 {
   color: #1cbc65;
 }
</style>
background-color css

<style>
 a { background-color: #1cbc65; }

 a { background-color: rgb(28,188,101); }

 div.DivClassName
 {
   background-color: #1cbc65;
 }
 .BgClassName
 {
   background-color: #1cbc65;
 }
</style>
border-color css

<style>
 span { border-color: #1cbc65; }

 span { border-color: rgb(28,188,101); }

 td.TdClassName
 {
   border-color: #1cbc65;
 }
 .TagClassName
 {
   border-color: #1cbc65;
 }
</style>