Html Css Color HEX #1EADAC Light Sea Green

📋 copy color: '#1EADAC'

red 30 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #1EADAC

Tints of Light Sea Green #1EADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.13%

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

R = 8%
G = 46.13%
B = 45.87%

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

#1EADAC (or 0x1EADAC) is known color: Light Sea Green. HEX triplet: 1E, AD and AC. RGB value is (30,173,172). Sum of RGB (Red+Green+Blue) = 30+173+172=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #1EADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EADAC is #E15253. Grayscale: #818181. Windows color (decimal): -14766676 or 11316510. OLE color: 11316510.

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

Color convert

RGB 30 173 172 -
CMYK 0.83 0 0.01 0.32
HSL 179.58º 0.7% 0.4% -
HSV(B) 179.58º 0.83% 0.68% -
XYZ 22.93 33.14 44.22 -
YUV 130.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 30 173 172 0.83 0 0.01 0.32 179.58 0.7 0.4
Hex 1E AD AC 53 0 1 20 B4 46 28
Octal 36 255 254 123 0 1 40 264 106 50
Binary 11110 10101101 10101100 1010011 0 1 100000 10110100 1000110 101000

Color Harmonies of #1EADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADAC

Black with #1EADAC

Text Example


Text Example

White with #1EADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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