Html Css Color HEX #1DB2AB Light Sea Green

📋 copy color: '#1DB2AB'

red 29 ◦ green 178 ◦ blue 171

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

Shades of Light Sea Green #1DB2AB

Tints of Light Sea Green #1DB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 7.67%
G = 47.09%
B = 45.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#1DB2AB (or 0x1DB2AB) is known color: Light Sea Green. HEX triplet: 1D, B2 and AB. RGB value is (29,178,171). Sum of RGB (Red+Green+Blue) = 29+178+171=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB2AB is #E24D54. Grayscale: #848484. Windows color (decimal): -14830933 or 11252253. OLE color: 11252253.

HSL color Cylindrical-coordinate representation of color #1DB2AB: hue angle of 177.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB2AB is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 171 -
CMYK 0.84 0 0.04 0.30
HSL 177.18º 0.72% 0.41% -
HSV(B) 177.18º 0.84% 0.7% -
XYZ 23.78 35.04 44.04 -
YUV 132.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 29 178 171 0.84 0 0.04 0.30 177.18 0.72 0.41
Hex 1D B2 AB 54 0 4 1E B1 48 29
Octal 35 262 253 124 0 4 36 261 110 51
Binary 11101 10110010 10101011 1010100 0 100 11110 10110001 1001000 101001

Color Harmonies of #1DB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB2AB

Black with #1DB2AB

Text Example


Text Example

White with #1DB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,171); }

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

background-color css

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

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

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

border-color css

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

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

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