#084E42

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

Shades of Cyprus #084E42

Tints of Cyprus #084E42

Color information

#084E42 (or 0x084E42) is unknown color: approx Cyprus. HEX triplet: 08, 4E and 42. RGB value is (8,78,66). Sum of RGB (Red+Green+Blue) = 8+78+66=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #084E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E42 is #F7B1BD. Grayscale: #373737. Windows color (decimal): -16232894 or 4345352. OLE color: 4345352.

HSL color Cylindrical-coordinate representation of color #084E42: hue angle of 169.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 #084E42 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB87866-
CMYK0.9000.150.69
HSL169.71º81.4%16.86%-
HSV(B)169.71º89.74%30.59%-
XYZ3.815.896.09-
YUV55.7133.8193.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 78 (30.86% from 255) = 51.32%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=5.26%
G=51.32%
B=43.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal878660.9000.150.69169.7181.416.86
Hex84E425A0F45aa5111
Octal1011610213201710525212121
Binary100010011101000010101101001111100010110101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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