#0A4747

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

Shades of Cyprus #0A4747

Tints of Cyprus #0A4747

Color information

#0A4747 (or 0x0A4747) is unknown color: approx Cyprus. HEX triplet: 0A, 47 and 47. RGB value is (10,71,71). Sum of RGB (Red+Green+Blue) = 10+71+71=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #0A4747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4747 is #F5B8B8. Grayscale: #343434. Windows color (decimal): -16103609 or 4671242. OLE color: 4671242.

HSL color Cylindrical-coordinate representation of color #0A4747: hue angle of 180º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4747 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB107171-
CMYK0.86000.72
HSL180º75.31%15.88%-
HSV(B)180º85.92%27.84%-
XYZ3.525.036.75-
YUV52.76138.2997.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=6.58%
G=46.71%
B=46.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071710.86000.7218075.3115.88
HexA4747560048b44b10
Octal121071071260011026411320
Binary101010001111000111101011000100100010110100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,71); }

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

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

 a { background-color: rgb(10,71,71); }

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

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

 span { border-color: rgb(10,71,71); }

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