Html Css Color HEX #1EAFA6 Light Sea Green

📋 copy color: '#1EAFA6'

red 30 ◦ green 175 ◦ blue 166

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

Shades of Light Sea Green #1EAFA6

Tints of Light Sea Green #1EAFA6

RGB

 RED value IS 30 (12.11% from 255) = 8.09%

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

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 8.09%
G = 47.17%
B = 44.74%

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

#1EAFA6 (or 0x1EAFA6) is known color: Light Sea Green. HEX triplet: 1E, AF and A6. RGB value is (30,175,166). Sum of RGB (Red+Green+Blue) = 30+175+166=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFA6 is #E15059. Grayscale: #828282. Windows color (decimal): -14766170 or 10923806. OLE color: 10923806.

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

Color convert

RGB 30 175 166 -
CMYK 0.83 0 0.05 0.31
HSL 176.28º 0.71% 0.4% -
HSV(B) 176.28º 0.83% 0.69% -
XYZ 22.75 33.69 41.38 -
YUV 130.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 30 175 166 0.83 0 0.05 0.31 176.28 0.71 0.4
Hex 1E AF A6 53 0 5 1F B0 47 28
Octal 36 257 246 123 0 5 37 260 107 50
Binary 11110 10101111 10100110 1010011 0 101 11111 10110000 1000111 101000

Color Harmonies of #1EAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFA6

Black with #1EAFA6

Text Example


Text Example

White with #1EAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,175,166); }

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

background-color css

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

 a { background-color: rgb(30,175,166); }

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

border-color css

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

 span { border-color: rgb(30,175,166); }

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