#0F544D

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

Shades of Cyprus #0F544D

Tints of Cyprus #0F544D

Color information

#0F544D (or 0x0F544D) is unknown color: approx Cyprus. HEX triplet: 0F, 54 and 4D. RGB value is (15,84,77). Sum of RGB (Red+Green+Blue) = 15+84+77=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #0F544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F544D is #F0ABB2. Grayscale: #3E3E3E. Windows color (decimal): -15772595 or 5067791. OLE color: 5067791.

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

Color convert

RGB158477-
CMYK0.8200.080.67
HSL173.91º69.7%19.41%-
HSV(B)173.91º82.14%32.94%-
XYZ4.716.988.12-
YUV62.57136.1494.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.52%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=8.52%
G=47.73%
B=43.75%

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
Decimal1584770.8200.080.67173.9169.719.41
HexF544D520843ae4613
Octal1712411512201010325610623
Binary111110101001001101101001001000100001110101110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,77); }

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

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

 a { background-color: rgb(15,84,77); }

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

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

 span { border-color: rgb(15,84,77); }

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