#0F4F48

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

Shades of Cyprus #0F4F48

Tints of Cyprus #0F4F48

Color information

#0F4F48 (or 0x0F4F48) is unknown color: approx Cyprus. HEX triplet: 0F, 4F and 48. RGB value is (15,79,72). Sum of RGB (Red+Green+Blue) = 15+79+72=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F48 is #F0B0B7. Grayscale: #3B3B3B. Windows color (decimal): -15773880 or 4738831. OLE color: 4738831.

HSL color Cylindrical-coordinate representation of color #0F4F48: hue angle of 173.44º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F48 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB157972-
CMYK0.8100.090.69
HSL173.44º68.09%18.43%-
HSV(B)173.44º81.01%30.98%-
XYZ4.166.167.1-
YUV59.07135.396.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=9.04%
G=47.59%
B=43.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579720.8100.090.69173.4468.0918.43
HexF4F48510945ad4412
Octal1711711012101110525510422
Binary111110011111001000101000101001100010110101101100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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