Html Css Color HEX #1DCAB5 Light Sea Green

📋 copy color: '#1DCAB5'

red 29 ◦ green 202 ◦ blue 181

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

Shades of Light Sea Green #1DCAB5

Tints of Light Sea Green #1DCAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 7.04%
G = 49.03%
B = 43.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#1DCAB5 (or 0x1DCAB5) is known color: Light Sea Green. HEX triplet: 1D, CA and B5. RGB value is (29,202,181). Sum of RGB (Red+Green+Blue) = 29+202+181=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCAB5 is #E2354A. Grayscale: #939393. Windows color (decimal): -14824779 or 11913757. OLE color: 11913757.

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

Color convert

RGB 29 202 181 -
CMYK 0.86 0 0.10 0.21
HSL 172.72º 0.75% 0.45% -
HSV(B) 172.72º 0.86% 0.79% -
XYZ 29.97 45.84 50.98 -
YUV 147.88 146.69 43.21 -
System Red Green Blue C M Y K H S L
Decimal 29 202 181 0.86 0 0.10 0.21 172.72 0.75 0.45
Hex 1D CA B5 56 0 A 15 AD 4B 2D
Octal 35 312 265 126 0 12 25 255 113 55
Binary 11101 11001010 10110101 1010110 0 1010 10101 10101101 1001011 101101

Color Harmonies of #1DCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAB5

Black with #1DCAB5

Text Example


Text Example

White with #1DCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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