#1DCBAA

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

Shades of Light Sea Green #1DCBAA

Tints of Light Sea Green #1DCBAA

Color information

#1DCBAA (or 0x1DCBAA) is unknown color: approx Light Sea Green. HEX triplet: 1D, CB and AA. RGB value is (29,203,170). Sum of RGB (Red+Green+Blue) = 29+203+170=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBAA is #E23455. Grayscale: #939393. Windows color (decimal): -14824534 or 11193117. OLE color: 11193117.

HSL color Cylindrical-coordinate representation of color #1DCBAA: hue angle of 168.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBAA is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB29203170-
CMYK0.8600.160.20
HSL168.62º75%45.49%-
HSV(B)168.62º85.71%79.61%-
XYZ29.1245.8845.35-
YUV147.21140.8543.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.21%
GREEN value IS 203 (79.69% from 255) = 50.50%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=7.21%
G=50.50%
B=42.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal292031700.8600.160.20168.627545.49
Hex1DCBAA5601014a94b2d
Octal353132521260202425111355
Binary111011100101110101010101011001000010100101010011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,203,170); }

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

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

 a { background-color: rgb(29,203,170); }

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

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

 span { border-color: rgb(29,203,170); }

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