#0F5251

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

Shades of Cyprus #0F5251

Tints of Cyprus #0F5251

Color information

#0F5251 (or 0x0F5251) is unknown color: approx Cyprus. HEX triplet: 0F, 52 and 51. RGB value is (15,82,81). Sum of RGB (Red+Green+Blue) = 15+82+81=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5251 is #F0ADAE. Grayscale: #3D3D3D. Windows color (decimal): -15773103 or 5329423. OLE color: 5329423.

HSL color Cylindrical-coordinate representation of color #0F5251: hue angle of 179.1º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5251 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB158281-
CMYK0.8200.010.68
HSL179.1º69.07%19.02%-
HSV(B)179.1º81.71%32.16%-
XYZ4.76.738.84-
YUV61.85138.894.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=8.43%
G=46.07%
B=45.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1582810.8200.010.68179.169.0719.02
HexF5251520144b34513
Octal171221211220110426310523
Binary111110100101010001101001001100010010110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,81); }

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

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

 a { background-color: rgb(15,82,81); }

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

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

 span { border-color: rgb(15,82,81); }

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