Html Css Color HEX #1DB6AA Light Sea Green

📋 copy color: '#1DB6AA'

red 29 ◦ green 182 ◦ blue 170

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

Shades of Light Sea Green #1DB6AA

Tints of Light Sea Green #1DB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.77%

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

R = 7.61%
G = 47.77%
B = 44.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#1DB6AA (or 0x1DB6AA) is known color: Light Sea Green. HEX triplet: 1D, B6 and AA. RGB value is (29,182,170). Sum of RGB (Red+Green+Blue) = 29+182+170=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB6AA is #E24955. Grayscale: #868686. Windows color (decimal): -14829910 or 11187741. OLE color: 11187741.

HSL color Cylindrical-coordinate representation of color #1DB6AA: hue angle of 175.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB6AA is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 170 -
CMYK 0.84 0 0.07 0.29
HSL 175.29º 0.73% 0.41% -
HSV(B) 175.29º 0.84% 0.71% -
XYZ 24.49 36.62 43.81 -
YUV 134.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 29 182 170 0.84 0 0.07 0.29 175.29 0.73 0.41
Hex 1D B6 AA 54 0 7 1D AF 49 29
Octal 35 266 252 124 0 7 35 257 111 51
Binary 11101 10110110 10101010 1010100 0 111 11101 10101111 1001001 101001

Color Harmonies of #1DB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB6AA

Black with #1DB6AA

Text Example


Text Example

White with #1DB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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