#0A5446

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

Shades of Cyprus #0A5446

Tints of Cyprus #0A5446

Color information

#0A5446 (or 0x0A5446) is unknown color: approx Cyprus. HEX triplet: 0A, 54 and 46. RGB value is (10,84,70). Sum of RGB (Red+Green+Blue) = 10+84+70=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5446 is #F5ABB9. Grayscale: #3C3C3C. Windows color (decimal): -16100282 or 4609034. OLE color: 4609034.

HSL color Cylindrical-coordinate representation of color #0A5446: hue angle of 168.65º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5446 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB108470-
CMYK0.8800.170.67
HSL168.65º78.72%18.43%-
HSV(B)168.65º88.1%32.94%-
XYZ4.46.856.88-
YUV60.28133.4892.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=6.10%
G=51.22%
B=42.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1084700.8800.170.67168.6578.7218.43
HexA54465801143a94f12
Octal1212410613002110325111722
Binary1010101010010001101011000010001100001110101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,84,70); }

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

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

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

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

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

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

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