Html Css Color HEX #0EADAC Light Sea Green

📋 copy color: '#0EADAC'

red 14 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #0EADAC

Tints of Light Sea Green #0EADAC

RGB

 RED value IS 14 (5.86% from 255) = 3.9%

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

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

R = 3.9%
G = 48.19%
B = 47.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0EADAC (or 0x0EADAC) is known color: Light Sea Green. HEX triplet: 0E, AD and AC. RGB value is (14,173,172). Sum of RGB (Red+Green+Blue) = 14+173+172=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADAC is #F15253. Grayscale: #7D7D7D. Windows color (decimal): -15815252 or 11316494. OLE color: 11316494.

HSL color Cylindrical-coordinate representation of color #0EADAC: hue angle of 179.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EADAC is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 172 -
CMYK 0.92 0 0.01 0.32
HSL 179.62º 0.85% 0.37% -
HSV(B) 179.62º 0.92% 0.68% -
XYZ 22.57 32.96 44.2 -
YUV 125.35 154.32 48.58 -
System Red Green Blue C M Y K H S L
Decimal 14 173 172 0.92 0 0.01 0.32 179.62 0.85 0.37
Hex E AD AC 5C 0 1 20 B4 55 25
Octal 16 255 254 134 0 1 40 264 125 45
Binary 1110 10101101 10101100 1011100 0 1 100000 10110100 1010101 100101

Color Harmonies of #0EADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADAC

Black with #0EADAC

Text Example


Text Example

White with #0EADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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