Html Css Color HEX #1DA6AA Light Sea Green

📋 copy color: '#1DA6AA'

red 29 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #1DA6AA

Tints of Light Sea Green #1DA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

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

R = 7.95%
G = 45.48%
B = 46.58%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1DA6AA (or 0x1DA6AA) is known color: Light Sea Green. HEX triplet: 1D, A6 and AA. RGB value is (29,166,170). Sum of RGB (Red+Green+Blue) = 29+166+170=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #1DA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA6AA is #E25955. Grayscale: #7D7D7D. Windows color (decimal): -14834006 or 11183645. OLE color: 11183645.

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

Color convert

RGB 29 166 170 -
CMYK 0.83 0.02 0 0.33
HSL 181.7º 0.71% 0.39% -
HSV(B) 181.7º 0.83% 0.67% -
XYZ 21.4 30.44 42.78 -
YUV 125.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 29 166 170 0.83 0.02 0 0.33 181.7 0.71 0.39
Hex 1D A6 AA 53 2 0 21 B6 47 27
Octal 35 246 252 123 2 0 41 266 107 47
Binary 11101 10100110 10101010 1010011 10 0 100001 10110110 1000111 100111

Color Harmonies of #1DA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA6AA

Black with #1DA6AA

Text Example


Text Example

White with #1DA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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