#0F564E

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

Shades of Cyprus #0F564E

Tints of Cyprus #0F564E

Color information

#0F564E (or 0x0F564E) is unknown color: approx Cyprus. HEX triplet: 0F, 56 and 4E. RGB value is (15,86,78). Sum of RGB (Red+Green+Blue) = 15+86+78=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F564E is #F0A9B1. Grayscale: #3F3F3F. Windows color (decimal): -15772082 or 5133839. OLE color: 5133839.

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

Color convert

RGB158678-
CMYK0.8300.090.66
HSL173.24º70.3%19.8%-
HSV(B)173.24º82.56%33.73%-
XYZ4.97.318.36-
YUV63.86135.9893.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.38%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=8.38%
G=48.04%
B=43.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586780.8300.090.66173.2470.319.8
HexF564E530942ad4614
Octal1712611612301110225510624
Binary111110101101001110101001101001100001010101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,78); }

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

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

 a { background-color: rgb(15,86,78); }

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

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

 span { border-color: rgb(15,86,78); }

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