Html Css Color HEX #1DB6AE Light Sea Green

📋 copy color: '#1DB6AE'

red 29 ◦ green 182 ◦ blue 174

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

Shades of Light Sea Green #1DB6AE

Tints of Light Sea Green #1DB6AE

RGB

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

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

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

R = 7.53%
G = 47.27%
B = 45.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#1DB6AE (or 0x1DB6AE) is known color: Light Sea Green. HEX triplet: 1D, B6 and AE. RGB value is (29,182,174). Sum of RGB (Red+Green+Blue) = 29+182+174=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB6AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB6AE is #E24951. Grayscale: #878787. Windows color (decimal): -14829906 or 11449885. OLE color: 11449885.

HSL color Cylindrical-coordinate representation of color #1DB6AE: hue angle of 176.86º 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 #1DB6AE is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 174 -
CMYK 0.84 0 0.04 0.29
HSL 176.86º 0.73% 0.41% -
HSV(B) 176.86º 0.84% 0.71% -
XYZ 24.87 36.77 45.83 -
YUV 135.34 149.81 52.15 -
System Red Green Blue C M Y K H S L
Decimal 29 182 174 0.84 0 0.04 0.29 176.86 0.73 0.41
Hex 1D B6 AE 54 0 4 1D B1 49 29
Octal 35 266 256 124 0 4 35 261 111 51
Binary 11101 10110110 10101110 1010100 0 100 11101 10110001 1001001 101001

Color Harmonies of #1DB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB6AE

Black with #1DB6AE

Text Example


Text Example

White with #1DB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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