#0F4E4D

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

Shades of Cyprus #0F4E4D

Tints of Cyprus #0F4E4D

Color information

#0F4E4D (or 0x0F4E4D) is unknown color: approx Cyprus. HEX triplet: 0F, 4E and 4D. RGB value is (15,78,77). Sum of RGB (Red+Green+Blue) = 15+78+77=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E4D is #F0B1B2. Grayscale: #3A3A3A. Windows color (decimal): -15774131 or 5066255. OLE color: 5066255.

HSL color Cylindrical-coordinate representation of color #0F4E4D: hue angle of 179.05º 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 #0F4E4D is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB157877-
CMYK0.8100.010.69
HSL179.05º67.74%18.24%-
HSV(B)179.05º80.77%30.59%-
XYZ4.266.097.97-
YUV59.05138.1396.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.82%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=8.82%
G=45.88%
B=45.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1578770.8100.010.69179.0567.7418.24
HexF4E4D510145b34412
Octal171161151210110526310422
Binary111110011101001101101000101100010110110011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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