Html Css Color HEX #1DCAB4 Light Sea Green

📋 copy color: '#1DCAB4'

red 29 ◦ green 202 ◦ blue 180

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

Shades of Light Sea Green #1DCAB4

Tints of Light Sea Green #1DCAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 7.06%
G = 49.15%
B = 43.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#1DCAB4 (or 0x1DCAB4) is known color: Light Sea Green. HEX triplet: 1D, CA and B4. RGB value is (29,202,180). Sum of RGB (Red+Green+Blue) = 29+202+180=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCAB4 is #E2354B. Grayscale: #939393. Windows color (decimal): -14824780 or 11848221. OLE color: 11848221.

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

Color convert

RGB 29 202 180 -
CMYK 0.86 0 0.11 0.21
HSL 172.37º 0.75% 0.45% -
HSV(B) 172.37º 0.86% 0.79% -
XYZ 29.87 45.8 50.45 -
YUV 147.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 29 202 180 0.86 0 0.11 0.21 172.37 0.75 0.45
Hex 1D CA B4 56 0 B 15 AC 4B 2D
Octal 35 312 264 126 0 13 25 254 113 55
Binary 11101 11001010 10110100 1010110 0 1011 10101 10101100 1001011 101101

Color Harmonies of #1DCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAB4

Black with #1DCAB4

Text Example


Text Example

White with #1DCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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