Html Css Color HEX #1DCBA9 Light Sea Green

📋 copy color: '#1DCBA9'

red 29 ◦ green 203 ◦ blue 169

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

Shades of Light Sea Green #1DCBA9

Tints of Light Sea Green #1DCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.14%

R = 7.23%
G = 50.62%
B = 42.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#1DCBA9 (or 0x1DCBA9) is known color: Light Sea Green. HEX triplet: 1D, CB and A9. RGB value is (29,203,169). Sum of RGB (Red+Green+Blue) = 29+203+169=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBA9 is #E23456. Grayscale: #939393. Windows color (decimal): -14824535 or 11127581. OLE color: 11127581.

HSL color Cylindrical-coordinate representation of color #1DCBA9: hue angle of 168.28º 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 #1DCBA9 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 169 -
CMYK 0.86 0 0.17 0.20
HSL 168.28º 0.75% 0.45% -
HSV(B) 168.28º 0.86% 0.8% -
XYZ 29.02 45.84 44.85 -
YUV 147.1 140.35 43.76 -
System Red Green Blue C M Y K H S L
Decimal 29 203 169 0.86 0 0.17 0.20 168.28 0.75 0.45
Hex 1D CB A9 56 0 11 14 A8 4B 2D
Octal 35 313 251 126 0 21 24 250 113 55
Binary 11101 11001011 10101001 1010110 0 10001 10100 10101000 1001011 101101

Color Harmonies of #1DCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBA9

Black with #1DCBA9

Text Example


Text Example

White with #1DCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DCBA9;
 }
 .AnyTagClassName
 {
   color: #1DCBA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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