#0C4F48

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

Shades of Cyprus #0C4F48

Tints of Cyprus #0C4F48

Color information

#0C4F48 (or 0x0C4F48) is unknown color: approx Cyprus. HEX triplet: 0C, 4F and 48. RGB value is (12,79,72). Sum of RGB (Red+Green+Blue) = 12+79+72=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F48 is #F3B0B7. Grayscale: #3A3A3A. Windows color (decimal): -15970488 or 4738828. OLE color: 4738828.

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

Color convert

RGB127972-
CMYK0.8500.090.69
HSL173.73º73.63%17.84%-
HSV(B)173.73º84.81%30.98%-
XYZ4.126.147.1-
YUV58.17135.895.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=7.36%
G=48.47%
B=44.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1279720.8500.090.69173.7373.6317.84
HexC4F48550945ae4a12
Octal1411711012501110525611222
Binary110010011111001000101010101001100010110101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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