#0A4242

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

Shades of Cyprus #0A4242

Tints of Cyprus #0A4242

Color information

#0A4242 (or 0x0A4242) is unknown color: approx Cyprus. HEX triplet: 0A, 42 and 42. RGB value is (10,66,66). Sum of RGB (Red+Green+Blue) = 10+66+66=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #0A4242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4242 is #F5BDBD. Grayscale: #313131. Windows color (decimal): -16104894 or 4342282. OLE color: 4342282.

HSL color Cylindrical-coordinate representation of color #0A4242: hue angle of 180º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4242 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB106666-
CMYK0.85000.74
HSL180º73.68%14.9%-
HSV(B)180º84.85%25.88%-
XYZ3.064.355.83-
YUV49.26137.45100-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.04%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=7.04%
G=46.48%
B=46.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1066660.85000.7418073.6814.9
HexA424255004Ab44af
Octal121021021250011226411217
Binary10101000010100001010101010010010101011010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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