Html Css Color HEX #1DAFA8 Light Sea Green

📋 copy color: '#1DAFA8'

red 29 ◦ green 175 ◦ blue 168

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

Shades of Light Sea Green #1DAFA8

Tints of Light Sea Green #1DAFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 7.8%
G = 47.04%
B = 45.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#1DAFA8 (or 0x1DAFA8) is known color: Light Sea Green. HEX triplet: 1D, AF and A8. RGB value is (29,175,168). Sum of RGB (Red+Green+Blue) = 29+175+168=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAFA8 is #E25057. Grayscale: #828282. Windows color (decimal): -14831704 or 11054877. OLE color: 11054877.

HSL color Cylindrical-coordinate representation of color #1DAFA8: hue angle of 177.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAFA8 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 168 -
CMYK 0.83 0 0.04 0.31
HSL 177.12º 0.72% 0.4% -
HSV(B) 177.12º 0.83% 0.69% -
XYZ 22.9 33.75 42.35 -
YUV 130.55 149.13 55.57 -
System Red Green Blue C M Y K H S L
Decimal 29 175 168 0.83 0 0.04 0.31 177.12 0.72 0.4
Hex 1D AF A8 53 0 4 1F B1 48 28
Octal 35 257 250 123 0 4 37 261 110 50
Binary 11101 10101111 10101000 1010011 0 100 11111 10110001 1001000 101000

Color Harmonies of #1DAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFA8

Black with #1DAFA8

Text Example


Text Example

White with #1DAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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