Html Css Color HEX #1DB5AA Light Sea Green

📋 copy color: '#1DB5AA'

red 29 ◦ green 181 ◦ blue 170

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

Shades of Light Sea Green #1DB5AA

Tints of Light Sea Green #1DB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

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

R = 7.63%
G = 47.63%
B = 44.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#1DB5AA (or 0x1DB5AA) is known color: Light Sea Green. HEX triplet: 1D, B5 and AA. RGB value is (29,181,170). Sum of RGB (Red+Green+Blue) = 29+181+170=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB5AA is #E24A55. Grayscale: #868686. Windows color (decimal): -14830166 or 11187485. OLE color: 11187485.

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

Color convert

RGB 29 181 170 -
CMYK 0.84 0 0.06 0.29
HSL 175.66º 0.72% 0.41% -
HSV(B) 175.66º 0.84% 0.71% -
XYZ 24.29 36.21 43.74 -
YUV 134.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 29 181 170 0.84 0 0.06 0.29 175.66 0.72 0.41
Hex 1D B5 AA 54 0 6 1D B0 48 29
Octal 35 265 252 124 0 6 35 260 110 51
Binary 11101 10110101 10101010 1010100 0 110 11101 10110000 1001000 101001

Color Harmonies of #1DB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB5AA

Black with #1DB5AA

Text Example


Text Example

White with #1DB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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