Html Css Color HEX #1DAFA5 Light Sea Green

📋 copy color: '#1DAFA5'

red 29 ◦ green 175 ◦ blue 165

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

Shades of Light Sea Green #1DAFA5

Tints of Light Sea Green #1DAFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 7.86%
G = 47.43%
B = 44.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#1DAFA5 (or 0x1DAFA5) is known color: Light Sea Green. HEX triplet: 1D, AF and A5. RGB value is (29,175,165). Sum of RGB (Red+Green+Blue) = 29+175+165=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAFA5 is #E2505A. Grayscale: #828282. Windows color (decimal): -14831707 or 10858269. OLE color: 10858269.

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

Color convert

RGB 29 175 165 -
CMYK 0.83 0 0.06 0.31
HSL 175.89º 0.72% 0.4% -
HSV(B) 175.89º 0.83% 0.69% -
XYZ 22.63 33.64 40.9 -
YUV 130.21 147.63 55.81 -
System Red Green Blue C M Y K H S L
Decimal 29 175 165 0.83 0 0.06 0.31 175.89 0.72 0.4
Hex 1D AF A5 53 0 6 1F B0 48 28
Octal 35 257 245 123 0 6 37 260 110 50
Binary 11101 10101111 10100101 1010011 0 110 11111 10110000 1001000 101000

Color Harmonies of #1DAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFA5

Black with #1DAFA5

Text Example


Text Example

White with #1DAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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