#0F564C

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

Shades of Cyprus #0F564C

Tints of Cyprus #0F564C

Color information

#0F564C (or 0x0F564C) is unknown color: approx Cyprus. HEX triplet: 0F, 56 and 4C. RGB value is (15,86,76). Sum of RGB (Red+Green+Blue) = 15+86+76=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F564C is #F0A9B3. Grayscale: #3F3F3F. Windows color (decimal): -15772084 or 5002767. OLE color: 5002767.

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

Color convert

RGB158676-
CMYK0.8300.120.66
HSL171.55º70.3%19.8%-
HSV(B)171.55º82.56%33.73%-
XYZ4.837.287.99-
YUV63.63134.9893.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=8.47%
G=48.59%
B=42.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586760.8300.120.66171.5570.319.8
HexF564C530C42ac4614
Octal1712611412301410225410624
Binary111110101101001100101001101100100001010101100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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