Html Css Color HEX #1DACAA Light Sea Green

📋 copy color: '#1DACAA'

red 29 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #1DACAA

Tints of Light Sea Green #1DACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.36%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 7.82%
G = 46.36%
B = 45.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#1DACAA (or 0x1DACAA) is known color: Light Sea Green. HEX triplet: 1D, AC and AA. RGB value is (29,172,170). Sum of RGB (Red+Green+Blue) = 29+172+170=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #1DACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DACAA is #E25355. Grayscale: #808080. Windows color (decimal): -14832470 or 11185181. OLE color: 11185181.

HSL color Cylindrical-coordinate representation of color #1DACAA: hue angle of 179.16º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DACAA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 172 170 -
CMYK 0.83 0 0.01 0.33
HSL 179.16º 0.71% 0.39% -
HSV(B) 179.16º 0.83% 0.67% -
XYZ 22.51 32.67 43.15 -
YUV 129.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 29 172 170 0.83 0 0.01 0.33 179.16 0.71 0.39
Hex 1D AC AA 53 0 1 21 B3 47 27
Octal 35 254 252 123 0 1 41 263 107 47
Binary 11101 10101100 10101010 1010011 0 1 100001 10110011 1000111 100111

Color Harmonies of #1DACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACAA

Black with #1DACAA

Text Example


Text Example

White with #1DACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,172,170); }

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

background-color css

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

 a { background-color: rgb(29,172,170); }

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

border-color css

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

 span { border-color: rgb(29,172,170); }

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