Html Css Color HEX #1DA8AB Light Sea Green

📋 copy color: '#1DA8AB'

red 29 ◦ green 168 ◦ blue 171

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

Shades of Light Sea Green #1DA8AB

Tints of Light Sea Green #1DA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

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

R = 7.88%
G = 45.65%
B = 46.47%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1DA8AB (or 0x1DA8AB) is known color: Light Sea Green. HEX triplet: 1D, A8 and AB. RGB value is (29,168,171). Sum of RGB (Red+Green+Blue) = 29+168+171=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #1DA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA8AB is #E25754. Grayscale: #7E7E7E. Windows color (decimal): -14833493 or 11249693. OLE color: 11249693.

HSL color Cylindrical-coordinate representation of color #1DA8AB: hue angle of 181.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA8AB is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 168 171 -
CMYK 0.83 0.02 0 0.33
HSL 181.27º 0.71% 0.39% -
HSV(B) 181.27º 0.83% 0.67% -
XYZ 21.86 31.21 43.4 -
YUV 126.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 29 168 171 0.83 0.02 0 0.33 181.27 0.71 0.39
Hex 1D A8 AB 53 2 0 21 B5 47 27
Octal 35 250 253 123 2 0 41 265 107 47
Binary 11101 10101000 10101011 1010011 10 0 100001 10110101 1000111 100111

Color Harmonies of #1DA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA8AB

Black with #1DA8AB

Text Example


Text Example

White with #1DA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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