Html Css Color HEX #1DAAB2 Light Sea Green

📋 copy color: '#1DAAB2'

red 29 ◦ green 170 ◦ blue 178

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

Shades of Light Sea Green #1DAAB2

Tints of Light Sea Green #1DAAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 7.69%
G = 45.09%
B = 47.21%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1DAAB2 (or 0x1DAAB2) is known color: Light Sea Green. HEX triplet: 1D, AA and B2. RGB value is (29,170,178). Sum of RGB (Red+Green+Blue) = 29+170+178=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #1DAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAAB2 is #E2554D. Grayscale: #808080. Windows color (decimal): -14832974 or 11708957. OLE color: 11708957.

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

Color convert

RGB 29 170 178 -
CMYK 0.84 0.04 0 0.30
HSL 183.22º 0.72% 0.41% -
HSV(B) 183.22º 0.84% 0.7% -
XYZ 22.92 32.23 47.13 -
YUV 128.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 29 170 178 0.84 0.04 0 0.30 183.22 0.72 0.41
Hex 1D AA B2 54 4 0 1E B7 48 29
Octal 35 252 262 124 4 0 36 267 110 51
Binary 11101 10101010 10110010 1010100 100 0 11110 10110111 1001000 101001

Color Harmonies of #1DAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAAB2

Black with #1DAAB2

Text Example


Text Example

White with #1DAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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