Html Css Color HEX #1DCBAA Light Sea Green

📋 copy color: '#1DCBAA'

red 29 ◦ green 203 ◦ blue 170

#1DCBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1DCBAA

Tints of Light Sea Green #1DCBAA

RGB

 RED value IS 29 (11.72% from 255) = 7.21%

 GREEN value IS 203 (79.69% from 255) = 50.5%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 7.21%
G = 50.5%
B = 42.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#1DCBAA (or 0x1DCBAA) is known color: 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

RGB 29 203 170 -
CMYK 0.86 0 0.16 0.20
HSL 168.62º 0.75% 0.45% -
HSV(B) 168.62º 0.86% 0.8% -
XYZ 29.12 45.88 45.35 -
YUV 147.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 29 203 170 0.86 0 0.16 0.20 168.62 0.75 0.45
Hex 1D CB AA 56 0 10 14 A9 4B 2D
Octal 35 313 252 126 0 20 24 251 113 55
Binary 11101 11001011 10101010 1010110 0 10000 10100 10101001 1001011 101101

Color Harmonies of #1DCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBAA

Black with #1DCBAA

Text Example


Text Example

White with #1DCBAA

Text Example


Text Example

HTML Codes & Css Web 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>