Html Css Color HEX #1EACAE Light Sea Green

📋 copy color: '#1EACAE'

red 30 ◦ green 172 ◦ blue 174

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

Shades of Light Sea Green #1EACAE

Tints of Light Sea Green #1EACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 7.98%
G = 45.74%
B = 46.28%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1EACAE (or 0x1EACAE) is known color: Light Sea Green. HEX triplet: 1E, AC and AE. RGB value is (30,172,174). Sum of RGB (Red+Green+Blue) = 30+172+174=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACAE is #E15351. Grayscale: #818181. Windows color (decimal): -14766930 or 11447326. OLE color: 11447326.

HSL color Cylindrical-coordinate representation of color #1EACAE: hue angle of 180.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACAE is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 172 174 -
CMYK 0.83 0.01 0 0.32
HSL 180.83º 0.71% 0.4% -
HSV(B) 180.83º 0.83% 0.68% -
XYZ 22.93 32.84 45.17 -
YUV 129.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 30 172 174 0.83 0.01 0 0.32 180.83 0.71 0.4
Hex 1E AC AE 53 1 0 20 B5 47 28
Octal 36 254 256 123 1 0 40 265 107 50
Binary 11110 10101100 10101110 1010011 1 0 100000 10110101 1000111 101000

Color Harmonies of #1EACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACAE

Black with #1EACAE

Text Example


Text Example

White with #1EACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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