#0A5143

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

Shades of Cyprus #0A5143

Tints of Cyprus #0A5143

Color information

#0A5143 (or 0x0A5143) is unknown color: approx Cyprus. HEX triplet: 0A, 51 and 43. RGB value is (10,81,67). Sum of RGB (Red+Green+Blue) = 10+81+67=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5143 is #F5AEBC. Grayscale: #3A3A3A. Windows color (decimal): -16101053 or 4411658. OLE color: 4411658.

HSL color Cylindrical-coordinate representation of color #0A5143: hue angle of 168.17º 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 #0A5143 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB108167-
CMYK0.8800.170.68
HSL168.17º78.02%17.84%-
HSV(B)168.17º87.65%31.76%-
XYZ4.086.356.32-
YUV58.18132.9893.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=6.33%
G=51.27%
B=42.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081670.8800.170.68168.1778.0217.84
HexA51435801144a84e12
Octal1212110313002110425011622
Binary1010101000110000111011000010001100010010101000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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