#1CB9A8

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

Shades of Light Sea Green #1CB9A8

Tints of Light Sea Green #1CB9A8

Color information

#1CB9A8 (or 0x1CB9A8) is unknown color: approx Light Sea Green. HEX triplet: 1C, B9 and A8. RGB value is (28,185,168). Sum of RGB (Red+Green+Blue) = 28+185+168=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB9A8 is #E34657. Grayscale: #888888. Windows color (decimal): -14894680 or 11057436. OLE color: 11057436.

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

Color convert

RGB28185168-
CMYK0.8500.090.27
HSL173.5º73.71%41.76%-
HSV(B)173.5º84.86%72.55%-
XYZ24.937.7743.02-
YUV136.12145.9950.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.35%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 168 (66.02% from 255) = 44.09%
R=7.35%
G=48.56%
B=44.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281851680.8500.090.27173.573.7141.76
Hex1CB9A855091Bae4a2a
Octal342712501250113325611252
Binary11100101110011010100010101010100111011101011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,185,168); }

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

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

 a { background-color: rgb(28,185,168); }

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

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

 span { border-color: rgb(28,185,168); }

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