Html Css Color HEX #0E866E Deep Sea

📋 copy color: '#0E866E'

red 14 ◦ green 134 ◦ blue 110

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

Shades of Deep Sea #0E866E

Tints of Deep Sea #0E866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 5.43%
G = 51.94%
B = 42.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0E866E (or 0x0E866E) is known color: Deep Sea. HEX triplet: 0E, 86 and 6E. RGB value is (14,134,110). Sum of RGB (Red+Green+Blue) = 14+134+110=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #0E866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E866E is #F17991. Grayscale: #5F5F5F. Windows color (decimal): -15825298 or 7243278. OLE color: 7243278.

HSL color Cylindrical-coordinate representation of color #0E866E: hue angle of 168º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E866E is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 134 110 -
CMYK 0.90 0 0.18 0.47
HSL 168º 0.81% 0.29% -
HSV(B) 168º 0.9% 0.53% -
XYZ 11.52 18.27 17.67 -
YUV 95.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 14 134 110 0.90 0 0.18 0.47 168 0.81 0.29
Hex E 86 6E 5A 0 12 2F A8 51 1D
Octal 16 206 156 132 0 22 57 250 121 35
Binary 1110 10000110 1101110 1011010 0 10010 101111 10101000 1010001 11101

Color Harmonies of #0E866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E866E

Black with #0E866E

Text Example


Text Example

White with #0E866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,134,110); }

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

background-color css

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

 a { background-color: rgb(14,134,110); }

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

border-color css

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

 span { border-color: rgb(14,134,110); }

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