#0E7F64

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

Shades of Deep Sea #0E7F64

Tints of Deep Sea #0E7F64

Color information

#0E7F64 (or 0x0E7F64) is unknown color: approx Deep Sea. HEX triplet: 0E, 7F and 64. RGB value is (14,127,100). Sum of RGB (Red+Green+Blue) = 14+127+100=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F64 is #F1809B. Grayscale: #5A5A5A. Windows color (decimal): -15827100 or 6586126. OLE color: 6586126.

HSL color Cylindrical-coordinate representation of color #0E7F64: hue angle of 165.66º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F64 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB14127100-
CMYK0.8900.210.50
HSL165.66º80.14%27.65%-
HSV(B)165.66º88.98%49.8%-
XYZ10.0716.1914.65-
YUV90.14133.5673.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=5.81%
G=52.70%
B=41.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal141271000.8900.210.50165.6680.1427.65
HexE7F645901532a6501c
Octal161771441310256224612034
Binary111011111111100100101100101010111001010100110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,100); }

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

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

 a { background-color: rgb(14,127,100); }

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

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

 span { border-color: rgb(14,127,100); }

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