#1CBC9C

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

Shades of Light Sea Green #1CBC9C

Tints of Light Sea Green #1CBC9C

Color information

#1CBC9C (or 0x1CBC9C) is unknown color: approx Light Sea Green. HEX triplet: 1C, BC and 9C. RGB value is (28,188,156). Sum of RGB (Red+Green+Blue) = 28+188+156=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBC9C is #E34363. Grayscale: #888888. Windows color (decimal): -14893924 or 10271772. OLE color: 10271772.

HSL color Cylindrical-coordinate representation of color #1CBC9C: hue angle of 168º 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 #1CBC9C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB28188156-
CMYK0.8500.170.26
HSL168º74.07%42.35%-
HSV(B)168º85.11%73.73%-
XYZ24.4638.6137.62-
YUV136.51138.9950.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.53%
GREEN value IS 188 (73.83% from 255) = 50.54%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=7.53%
G=50.54%
B=41.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881560.8500.170.2616874.0742.35
Hex1CBC9C550111Aa84a2a
Octal342742341250213225011252
Binary111001011110010011100101010101000111010101010001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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