Html Css Color HEX #0EADA6 Light Sea Green

📋 copy color: '#0EADA6'

red 14 ◦ green 173 ◦ blue 166

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

Shades of Light Sea Green #0EADA6

Tints of Light Sea Green #0EADA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 3.97%
G = 49.01%
B = 47.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#0EADA6 (or 0x0EADA6) is known color: Light Sea Green. HEX triplet: 0E, AD and A6. RGB value is (14,173,166). Sum of RGB (Red+Green+Blue) = 14+173+166=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA6 is #F15259. Grayscale: #7C7C7C. Windows color (decimal): -15815258 or 10923278. OLE color: 10923278.

HSL color Cylindrical-coordinate representation of color #0EADA6: hue angle of 177.36º 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 #0EADA6 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 166 -
CMYK 0.92 0 0.04 0.32
HSL 177.36º 0.85% 0.37% -
HSV(B) 177.36º 0.92% 0.68% -
XYZ 22.01 32.73 41.23 -
YUV 124.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 14 173 166 0.92 0 0.04 0.32 177.36 0.85 0.37
Hex E AD A6 5C 0 4 20 B1 55 25
Octal 16 255 246 134 0 4 40 261 125 45
Binary 1110 10101101 10100110 1011100 0 100 100000 10110001 1010101 100101

Color Harmonies of #0EADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADA6

Black with #0EADA6

Text Example


Text Example

White with #0EADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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