#084E49

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

Shades of Cyprus #084E49

Tints of Cyprus #084E49

Color information

#084E49 (or 0x084E49) is unknown color: approx Cyprus. HEX triplet: 08, 4E and 49. RGB value is (8,78,73). Sum of RGB (Red+Green+Blue) = 8+78+73=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #084E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E49 is #F7B1B6. Grayscale: #383838. Windows color (decimal): -16232887 or 4804104. OLE color: 4804104.

HSL color Cylindrical-coordinate representation of color #084E49: hue angle of 175.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E49 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB87873-
CMYK0.9000.060.69
HSL175.71º81.4%16.86%-
HSV(B)175.71º89.74%30.59%-
XYZ4.035.987.25-
YUV56.5137.3193.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 78 (30.86% from 255) = 49.06%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=5.03%
G=49.06%
B=45.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal878730.9000.060.69175.7181.416.86
Hex84E495A0645b05111
Octal101161111320610526012121
Binary10001001110100100110110100110100010110110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E49; }

 p { color: rgb(8,78,73); }

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

<style>
 a { background-color: #084E49; }

 a { background-color: rgb(8,78,73); }

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

<style>
 span { border-color: #084E49; }

 span { border-color: rgb(8,78,73); }

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