#064E40

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

Shades of Cyprus #064E40

Tints of Cyprus #064E40

Color information

#064E40 (or 0x064E40) is unknown color: approx Cyprus. HEX triplet: 06, 4E and 40. RGB value is (6,78,64). Sum of RGB (Red+Green+Blue) = 6+78+64=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #064E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E40 is #F9B1BF. Grayscale: #363636. Windows color (decimal): -16363968 or 4214278. OLE color: 4214278.

HSL color Cylindrical-coordinate representation of color #064E40: hue angle of 168.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E40 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB67864-
CMYK0.9200.180.69
HSL168.33º85.71%16.47%-
HSV(B)168.33º92.31%30.59%-
XYZ3.725.865.78-
YUV54.88133.1593.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=4.05%
G=52.70%
B=43.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678640.9200.180.69168.3385.7116.47
Hex64E405C01245a85610
Octal611610013402210525012620
Binary110100111010000001011100010010100010110101000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064E40; }

 p { color: rgb(6,78,64); }

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

<style>
 a { background-color: #064E40; }

 a { background-color: rgb(6,78,64); }

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

<style>
 span { border-color: #064E40; }

 span { border-color: rgb(6,78,64); }

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