#0F534F

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

Shades of Cyprus #0F534F

Tints of Cyprus #0F534F

Color information

#0F534F (or 0x0F534F) is unknown color: approx Cyprus. HEX triplet: 0F, 53 and 4F. RGB value is (15,83,79). Sum of RGB (Red+Green+Blue) = 15+83+79=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #0F534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F534F is #F0ACB0. Grayscale: #3E3E3E. Windows color (decimal): -15772849 or 5198607. OLE color: 5198607.

HSL color Cylindrical-coordinate representation of color #0F534F: hue angle of 176.47º 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 #0F534F is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB158379-
CMYK0.8200.050.67
HSL176.47º69.39%19.22%-
HSV(B)176.47º81.93%32.55%-
XYZ4.76.858.47-
YUV62.21137.4794.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=8.47%
G=46.89%
B=44.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583790.8200.050.67176.4769.3919.22
HexF534F520543b04513
Octal171231171220510326010523
Binary11111010011100111110100100101100001110110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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