Html Css Color HEX #1DCAAB Light Sea Green

📋 copy color: '#1DCAAB'

red 29 ◦ green 202 ◦ blue 171

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

Shades of Light Sea Green #1DCAAB

Tints of Light Sea Green #1DCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.25%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 7.21%
G = 50.25%
B = 42.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#1DCAAB (or 0x1DCAAB) is known color: Light Sea Green. HEX triplet: 1D, CA and AB. RGB value is (29,202,171). Sum of RGB (Red+Green+Blue) = 29+202+171=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCAAB is #E23554. Grayscale: #929292. Windows color (decimal): -14824789 or 11258397. OLE color: 11258397.

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

Color convert

RGB 29 202 171 -
CMYK 0.86 0 0.15 0.21
HSL 169.25º 0.75% 0.45% -
HSV(B) 169.25º 0.86% 0.79% -
XYZ 28.98 45.44 45.77 -
YUV 146.74 141.69 44.02 -
System Red Green Blue C M Y K H S L
Decimal 29 202 171 0.86 0 0.15 0.21 169.25 0.75 0.45
Hex 1D CA AB 56 0 F 15 A9 4B 2D
Octal 35 312 253 126 0 17 25 251 113 55
Binary 11101 11001010 10101011 1010110 0 1111 10101 10101001 1001011 101101

Color Harmonies of #1DCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAAB

Black with #1DCAAB

Text Example


Text Example

White with #1DCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,171); }

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

background-color css

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

 a { background-color: rgb(29,202,171); }

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

border-color css

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

 span { border-color: rgb(29,202,171); }

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