Html Css Color HEX #1DAAAA Light Sea Green

📋 copy color: '#1DAAAA'

red 29 ◦ green 170 ◦ blue 170

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

Shades of Light Sea Green #1DAAAA

Tints of Light Sea Green #1DAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.07%

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

R = 7.86%
G = 46.07%
B = 46.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1DAAAA (or 0x1DAAAA) is known color: Light Sea Green. HEX triplet: 1D, AA and AA. RGB value is (29,170,170). Sum of RGB (Red+Green+Blue) = 29+170+170=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #1DAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAAAA is #E25555. Grayscale: #7F7F7F. Windows color (decimal): -14832982 or 11184669. OLE color: 11184669.

HSL color Cylindrical-coordinate representation of color #1DAAAA: hue angle of 180º 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 #1DAAAA is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 170 170 -
CMYK 0.83 0 0 0.33
HSL 180º 0.71% 0.39% -
HSV(B) 180º 0.83% 0.67% -
XYZ 22.14 31.91 43.02 -
YUV 127.84 151.79 57.5 -
System Red Green Blue C M Y K H S L
Decimal 29 170 170 0.83 0 0 0.33 180 0.71 0.39
Hex 1D AA AA 53 0 0 21 B4 47 27
Octal 35 252 252 123 0 0 41 264 107 47
Binary 11101 10101010 10101010 1010011 0 0 100001 10110100 1000111 100111

Color Harmonies of #1DAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAAAA

Black with #1DAAAA

Text Example


Text Example

White with #1DAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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