#0C4C4A

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

Shades of Cyprus #0C4C4A

Tints of Cyprus #0C4C4A

Color information

#0C4C4A (or 0x0C4C4A) is unknown color: approx Cyprus. HEX triplet: 0C, 4C and 4A. RGB value is (12,76,74). Sum of RGB (Red+Green+Blue) = 12+76+74=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C4A is #F3B3B5. Grayscale: #383838. Windows color (decimal): -15971254 or 4869132. OLE color: 4869132.

HSL color Cylindrical-coordinate representation of color #0C4C4A: hue angle of 178.12º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C4A is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB127674-
CMYK0.8400.030.70
HSL178.12º72.73%17.25%-
HSV(B)178.12º84.21%29.8%-
XYZ3.975.747.38-
YUV56.64137.896.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=7.41%
G=46.91%
B=45.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276740.8400.030.70178.1272.7317.25
HexC4C4A540346b24911
Octal141141121240310626211121
Binary1100100110010010101010100011100011010110010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,76,74); }

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

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

 a { background-color: rgb(12,76,74); }

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

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

 span { border-color: rgb(12,76,74); }

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