#1CB0A9

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

Shades of Light Sea Green #1CB0A9

Tints of Light Sea Green #1CB0A9

Color information

#1CB0A9 (or 0x1CB0A9) is unknown color: approx Light Sea Green. HEX triplet: 1C, B0 and A9. RGB value is (28,176,169). Sum of RGB (Red+Green+Blue) = 28+176+169=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB0A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB0A9 is #E34F56. Grayscale: #828282. Windows color (decimal): -14896983 or 11120668. OLE color: 11120668.

HSL color Cylindrical-coordinate representation of color #1CB0A9: hue angle of 177.16º 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 #1CB0A9 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB28176169-
CMYK0.8400.040.31
HSL177.16º72.55%40%-
HSV(B)177.16º84.09%69.02%-
XYZ23.1734.1642.91-
YUV130.95149.4754.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.51%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=7.51%
G=47.18%
B=45.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281761690.8400.040.31177.1672.5540
Hex1CB0A954041Fb14928
Octal34260251124043726111150
Binary1110010110000101010011010100010011111101100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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