Html Css Color HEX #0EACA6 Light Sea Green

📋 copy color: '#0EACA6'

red 14 ◦ green 172 ◦ blue 166

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

Shades of Light Sea Green #0EACA6

Tints of Light Sea Green #0EACA6

RGB

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

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

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

R = 3.98%
G = 48.86%
B = 47.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#0EACA6 (or 0x0EACA6) is known color: Light Sea Green. HEX triplet: 0E, AC and A6. RGB value is (14,172,166). Sum of RGB (Red+Green+Blue) = 14+172+166=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #0EACA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACA6 is #F15359. Grayscale: #7B7B7B. Windows color (decimal): -15815514 or 10923022. OLE color: 10923022.

HSL color Cylindrical-coordinate representation of color #0EACA6: hue angle of 177.72º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACA6 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 166 -
CMYK 0.92 0 0.03 0.33
HSL 177.72º 0.85% 0.36% -
HSV(B) 177.72º 0.92% 0.67% -
XYZ 21.82 32.35 41.17 -
YUV 124.07 151.65 49.49 -
System Red Green Blue C M Y K H S L
Decimal 14 172 166 0.92 0 0.03 0.33 177.72 0.85 0.36
Hex E AC A6 5C 0 3 21 B2 55 24
Octal 16 254 246 134 0 3 41 262 125 44
Binary 1110 10101100 10100110 1011100 0 11 100001 10110010 1010101 100100

Color Harmonies of #0EACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACA6

Black with #0EACA6

Text Example


Text Example

White with #0EACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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