#1CB0A8

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

Shades of Light Sea Green #1CB0A8

Tints of Light Sea Green #1CB0A8

Color information

#1CB0A8 (or 0x1CB0A8) is unknown color: approx Light Sea Green. HEX triplet: 1C, B0 and A8. RGB value is (28,176,168). Sum of RGB (Red+Green+Blue) = 28+176+168=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB0A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB0A8 is #E34F57. Grayscale: #828282. Windows color (decimal): -14896984 or 11055132. OLE color: 11055132.

HSL color Cylindrical-coordinate representation of color #1CB0A8: hue angle of 176.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB0A8 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB28176168-
CMYK0.8400.050.31
HSL176.76º72.55%40%-
HSV(B)176.76º84.09%69.02%-
XYZ23.0734.1242.42-
YUV130.84148.9754.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.53%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 168 (66.02% from 255) = 45.16%
R=7.53%
G=47.31%
B=45.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281761680.8400.050.31176.7672.5540
Hex1CB0A854051Fb14928
Octal34260250124053726111150
Binary1110010110000101010001010100010111111101100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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