#0A5146

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

Shades of Cyprus #0A5146

Tints of Cyprus #0A5146

Color information

#0A5146 (or 0x0A5146) is unknown color: approx Cyprus. HEX triplet: 0A, 51 and 46. RGB value is (10,81,70). Sum of RGB (Red+Green+Blue) = 10+81+70=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5146 is #F5AEB9. Grayscale: #3A3A3A. Windows color (decimal): -16101050 or 4608266. OLE color: 4608266.

HSL color Cylindrical-coordinate representation of color #0A5146: hue angle of 170.7º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5146 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB108170-
CMYK0.8800.140.68
HSL170.7º78.02%17.84%-
HSV(B)170.7º87.65%31.76%-
XYZ4.176.396.81-
YUV58.52134.4893.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=6.21%
G=50.31%
B=43.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081700.8800.140.68170.778.0217.84
HexA5146580E44ab4e12
Octal1212110613001610425311622
Binary101010100011000110101100001110100010010101011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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