Html Css Color HEX #1EAFA8 Light Sea Green

📋 copy color: '#1EAFA8'

red 30 ◦ green 175 ◦ blue 168

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

Shades of Light Sea Green #1EAFA8

Tints of Light Sea Green #1EAFA8

RGB

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

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

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

R = 8.04%
G = 46.92%
B = 45.04%

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

#1EAFA8 (or 0x1EAFA8) is known color: Light Sea Green. HEX triplet: 1E, AF and A8. RGB value is (30,175,168). Sum of RGB (Red+Green+Blue) = 30+175+168=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFA8 is #E15057. Grayscale: #828282. Windows color (decimal): -14766168 or 11054878. OLE color: 11054878.

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

Color convert

RGB 30 175 168 -
CMYK 0.83 0 0.04 0.31
HSL 177.1º 0.71% 0.4% -
HSV(B) 177.1º 0.83% 0.69% -
XYZ 22.93 33.76 42.35 -
YUV 130.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 30 175 168 0.83 0 0.04 0.31 177.1 0.71 0.4
Hex 1E AF A8 53 0 4 1F B1 47 28
Octal 36 257 250 123 0 4 37 261 107 50
Binary 11110 10101111 10101000 1010011 0 100 11111 10110001 1000111 101000

Color Harmonies of #1EAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFA8

Black with #1EAFA8

Text Example


Text Example

White with #1EAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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