Html Css Color HEX #1EACAF Light Sea Green

📋 copy color: '#1EACAF'

red 30 ◦ green 172 ◦ blue 175

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

Shades of Light Sea Green #1EACAF

Tints of Light Sea Green #1EACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.62%

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 7.96%
G = 45.62%
B = 46.42%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1EACAF (or 0x1EACAF) is known color: Light Sea Green. HEX triplet: 1E, AC and AF. RGB value is (30,172,175). Sum of RGB (Red+Green+Blue) = 30+172+175=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #1EACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACAF is #E15350. Grayscale: #818181. Windows color (decimal): -14766929 or 11512862. OLE color: 11512862.

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

Color convert

RGB 30 172 175 -
CMYK 0.83 0.02 0 0.31
HSL 181.24º 0.71% 0.4% -
HSV(B) 181.24º 0.83% 0.69% -
XYZ 23.03 32.88 45.69 -
YUV 129.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 30 172 175 0.83 0.02 0 0.31 181.24 0.71 0.4
Hex 1E AC AF 53 2 0 1F B5 47 28
Octal 36 254 257 123 2 0 37 265 107 50
Binary 11110 10101100 10101111 1010011 10 0 11111 10110101 1000111 101000

Color Harmonies of #1EACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACAF

Black with #1EACAF

Text Example


Text Example

White with #1EACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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