Html Css Color HEX #1DCAAE Light Sea Green

📋 copy color: '#1DCAAE'

red 29 ◦ green 202 ◦ blue 174

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

Shades of Light Sea Green #1DCAAE

Tints of Light Sea Green #1DCAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 7.16%
G = 49.88%
B = 42.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#1DCAAE (or 0x1DCAAE) is known color: Light Sea Green. HEX triplet: 1D, CA and AE. RGB value is (29,202,174). Sum of RGB (Red+Green+Blue) = 29+202+174=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCAAE is #E23551. Grayscale: #939393. Windows color (decimal): -14824786 or 11455005. OLE color: 11455005.

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

Color convert

RGB 29 202 174 -
CMYK 0.86 0 0.14 0.21
HSL 170.29º 0.75% 0.45% -
HSV(B) 170.29º 0.86% 0.79% -
XYZ 29.27 45.56 47.3 -
YUV 147.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 29 202 174 0.86 0 0.14 0.21 170.29 0.75 0.45
Hex 1D CA AE 56 0 E 15 AA 4B 2D
Octal 35 312 256 126 0 16 25 252 113 55
Binary 11101 11001010 10101110 1010110 0 1110 10101 10101010 1001011 101101

Color Harmonies of #1DCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAAE

Black with #1DCAAE

Text Example


Text Example

White with #1DCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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