#0E775E

Color #0E775E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0E775E

Tints of Deep Sea #0E775E

Color information

#0E775E (or 0x0E775E) is unknown color: approx Deep Sea. HEX triplet: 0E, 77 and 5E. RGB value is (14,119,94). Sum of RGB (Red+Green+Blue) = 14+119+94=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0E775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E775E is #F188A1. Grayscale: #545454. Windows color (decimal): -15829154 or 6190862. OLE color: 6190862.

HSL color Cylindrical-coordinate representation of color #0E775E: hue angle of 165.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E775E is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1411994-
CMYK0.8800.210.53
HSL165.71º78.95%26.08%-
HSV(B)165.71º88.24%46.67%-
XYZ8.814.112.85-
YUV84.76133.2177.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=6.17%
G=52.42%
B=41.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119940.8800.210.53165.7178.9526.08
HexE775E5801535a64f1a
Octal161671361300256524611732
Binary111011101111011110101100001010111010110100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E775E;
 }
 .AnyTagClassName
 {
   color: #0E775E;
 }
</style>
background-color css

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

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

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

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

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

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