Html Css Color HEX #1DAFA7 Light Sea Green

📋 copy color: '#1DAFA7'

red 29 ◦ green 175 ◦ blue 167

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

Shades of Light Sea Green #1DAFA7

Tints of Light Sea Green #1DAFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 7.82%
G = 47.17%
B = 45.01%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#1DAFA7 (or 0x1DAFA7) is known color: Light Sea Green. HEX triplet: 1D, AF and A7. RGB value is (29,175,167). Sum of RGB (Red+Green+Blue) = 29+175+167=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAFA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAFA7 is #E25058. Grayscale: #828282. Windows color (decimal): -14831705 or 10989341. OLE color: 10989341.

HSL color Cylindrical-coordinate representation of color #1DAFA7: hue angle of 176.71º 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 #1DAFA7 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 167 -
CMYK 0.83 0 0.05 0.31
HSL 176.71º 0.72% 0.4% -
HSV(B) 176.71º 0.83% 0.69% -
XYZ 22.81 33.71 41.86 -
YUV 130.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 29 175 167 0.83 0 0.05 0.31 176.71 0.72 0.4
Hex 1D AF A7 53 0 5 1F B1 48 28
Octal 35 257 247 123 0 5 37 261 110 50
Binary 11101 10101111 10100111 1010011 0 101 11111 10110001 1001000 101000

Color Harmonies of #1DAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFA7

Black with #1DAFA7

Text Example


Text Example

White with #1DAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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