#0E5650

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

Shades of Cyprus #0E5650

Tints of Cyprus #0E5650

Color information

#0E5650 (or 0x0E5650) is unknown color: approx Cyprus. HEX triplet: 0E, 56 and 50. RGB value is (14,86,80). Sum of RGB (Red+Green+Blue) = 14+86+80=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5650 is #F1A9AF. Grayscale: #3F3F3F. Windows color (decimal): -15837616 or 5264910. OLE color: 5264910.

HSL color Cylindrical-coordinate representation of color #0E5650: hue angle of 175º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5650 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB148680-
CMYK0.8400.070.66
HSL175º72%19.61%-
HSV(B)175º83.72%33.73%-
XYZ4.967.338.74-
YUV63.79137.1592.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.78%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=7.78%
G=47.78%
B=44.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486800.8400.070.661757219.61
HexE5650540742af4814
Octal161261201240710225711024
Binary11101010110101000010101000111100001010101111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,80); }

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

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

 a { background-color: rgb(14,86,80); }

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

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

 span { border-color: rgb(14,86,80); }

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