#0F564A

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

Shades of Cyprus #0F564A

Tints of Cyprus #0F564A

Color information

#0F564A (or 0x0F564A) is unknown color: approx Cyprus. HEX triplet: 0F, 56 and 4A. RGB value is (15,86,74). Sum of RGB (Red+Green+Blue) = 15+86+74=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F564A is #F0A9B5. Grayscale: #3F3F3F. Windows color (decimal): -15772086 or 4871695. OLE color: 4871695.

HSL color Cylindrical-coordinate representation of color #0F564A: hue angle of 169.86º 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 #0F564A is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB158674-
CMYK0.8300.140.66
HSL169.86º70.3%19.8%-
HSV(B)169.86º82.56%33.73%-
XYZ4.767.257.63-
YUV63.4133.9893.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=8.57%
G=49.14%
B=42.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586740.8300.140.66169.8670.319.8
HexF564A530E42aa4614
Octal1712611212301610225210624
Binary111110101101001010101001101110100001010101010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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