Html Css Color HEX #1EAEAC Light Sea Green

📋 copy color: '#1EAEAC'

red 30 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #1EAEAC

Tints of Light Sea Green #1EAEAC

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 30 174 172 -
CMYK 0.83 0 0.01 0.32
HSL 179.17º 0.71% 0.4% -
HSV(B) 179.17º 0.83% 0.68% -
XYZ 23.12 33.53 44.28 -
YUV 130.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 30 174 172 0.83 0 0.01 0.32 179.17 0.71 0.4
Hex 1E AE AC 53 0 1 20 B3 47 28
Octal 36 256 254 123 0 1 40 263 107 50
Binary 11110 10101110 10101100 1010011 0 1 100000 10110011 1000111 101000

Color Harmonies of #1EAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEAC

Black with #1EAEAC

Text Example


Text Example

White with #1EAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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