#0F534C

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

Shades of Cyprus #0F534C

Tints of Cyprus #0F534C

Color information

#0F534C (or 0x0F534C) is unknown color: approx Cyprus. HEX triplet: 0F, 53 and 4C. RGB value is (15,83,76). Sum of RGB (Red+Green+Blue) = 15+83+76=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #0F534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F534C is #F0ACB3. Grayscale: #3D3D3D. Windows color (decimal): -15772852 or 5001999. OLE color: 5001999.

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

Color convert

RGB158376-
CMYK0.8200.080.67
HSL173.82º69.39%19.22%-
HSV(B)173.82º81.93%32.55%-
XYZ4.596.817.91-
YUV61.87135.9794.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=8.62%
G=47.70%
B=43.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583760.8200.080.67173.8269.3919.22
HexF534C520843ae4513
Octal1712311412201010325610523
Binary111110100111001100101001001000100001110101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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