Html Css Color HEX #0E875E Deep Sea

📋 copy color: '#0E875E'

red 14 ◦ green 135 ◦ blue 94

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

Shades of Deep Sea #0E875E

Tints of Deep Sea #0E875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.56%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 5.76%
G = 55.56%
B = 38.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0E875E (or 0x0E875E) is known color: Deep Sea. HEX triplet: 0E, 87 and 5E. RGB value is (14,135,94). Sum of RGB (Red+Green+Blue) = 14+135+94=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #0E875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E875E is #F178A1. Grayscale: #5E5E5E. Windows color (decimal): -15825058 or 6194958. OLE color: 6194958.

HSL color Cylindrical-coordinate representation of color #0E875E: hue angle of 159.67º 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 #0E875E is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 94 -
CMYK 0.90 0 0.30 0.47
HSL 159.67º 0.81% 0.29% -
HSV(B) 159.67º 0.9% 0.53% -
XYZ 10.87 18.23 13.54 -
YUV 94.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 14 135 94 0.90 0 0.30 0.47 159.67 0.81 0.29
Hex E 87 5E 5A 0 1E 2F A0 51 1D
Octal 16 207 136 132 0 36 57 240 121 35
Binary 1110 10000111 1011110 1011010 0 11110 101111 10100000 1010001 11101

Color Harmonies of #0E875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E875E

Black with #0E875E

Text Example


Text Example

White with #0E875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,135,94); }

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

background-color css

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

 a { background-color: rgb(14,135,94); }

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

border-color css

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

 span { border-color: rgb(14,135,94); }

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