Html Css Color HEX #1EACA2 Light Sea Green

📋 copy color: '#1EACA2'

red 30 ◦ green 172 ◦ blue 162

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

Shades of Light Sea Green #1EACA2

Tints of Light Sea Green #1EACA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.51%

R = 8.24%
G = 47.25%
B = 44.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#1EACA2 (or 0x1EACA2) is known color: Light Sea Green. HEX triplet: 1E, AC and A2. RGB value is (30,172,162). Sum of RGB (Red+Green+Blue) = 30+172+162=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #1EACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACA2 is #E1535D. Grayscale: #808080. Windows color (decimal): -14766942 or 10660894. OLE color: 10660894.

HSL color Cylindrical-coordinate representation of color #1EACA2: hue angle of 175.77º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACA2 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 172 162 -
CMYK 0.83 0 0.06 0.33
HSL 175.77º 0.7% 0.4% -
HSV(B) 175.77º 0.83% 0.67% -
XYZ 21.81 32.39 39.28 -
YUV 128.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 30 172 162 0.83 0 0.06 0.33 175.77 0.7 0.4
Hex 1E AC A2 53 0 6 21 B0 46 28
Octal 36 254 242 123 0 6 41 260 106 50
Binary 11110 10101100 10100010 1010011 0 110 100001 10110000 1000110 101000

Color Harmonies of #1EACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACA2

Black with #1EACA2

Text Example


Text Example

White with #1EACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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