#0C544E

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

Shades of Cyprus #0C544E

Tints of Cyprus #0C544E

Color information

#0C544E (or 0x0C544E) is unknown color: approx Cyprus. HEX triplet: 0C, 54 and 4E. RGB value is (12,84,78). Sum of RGB (Red+Green+Blue) = 12+84+78=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #0C544E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C544E is #F3ABB1. Grayscale: #3D3D3D. Windows color (decimal): -15969202 or 5133324. OLE color: 5133324.

HSL color Cylindrical-coordinate representation of color #0C544E: hue angle of 175º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C544E is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB128478-
CMYK0.8600.070.67
HSL175º75%18.82%-
HSV(B)175º85.71%32.94%-
XYZ4.76.978.31-
YUV61.79137.1592.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.90%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=6.90%
G=48.28%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284780.8600.070.671757518.82
HexC544E560743af4b13
Octal141241161260710325711323
Binary11001010100100111010101100111100001110101111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,78); }

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

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

 a { background-color: rgb(12,84,78); }

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

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

 span { border-color: rgb(12,84,78); }

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