#06534A

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

Shades of Cyprus #06534A

Tints of Cyprus #06534A

Color information

#06534A (or 0x06534A) is unknown color: approx Cyprus. HEX triplet: 06, 53 and 4A. RGB value is (6,83,74). Sum of RGB (Red+Green+Blue) = 6+83+74=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #06534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06534A is #F9ACB5. Grayscale: #3A3A3A. Windows color (decimal): -16362678 or 4870918. OLE color: 4870918.

HSL color Cylindrical-coordinate representation of color #06534A: hue angle of 172.99º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06534A is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB68374-
CMYK0.9300.110.67
HSL172.99º86.52%17.45%-
HSV(B)172.99º92.77%32.55%-
XYZ4.46.727.54-
YUV58.95136.4990.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=3.68%
G=50.92%
B=45.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683740.9300.110.67172.9986.5217.45
Hex6534A5D0B43ad5711
Octal612311213501310325512721
Binary11010100111001010101110101011100001110101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06534A; }

 p { color: rgb(6,83,74); }

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

<style>
 a { background-color: #06534A; }

 a { background-color: rgb(6,83,74); }

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

<style>
 span { border-color: #06534A; }

 span { border-color: rgb(6,83,74); }

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