#084E41

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

Shades of Cyprus #084E41

Tints of Cyprus #084E41

Color information

#084E41 (or 0x084E41) is unknown color: approx Cyprus. HEX triplet: 08, 4E and 41. RGB value is (8,78,65). Sum of RGB (Red+Green+Blue) = 8+78+65=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #084E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E41 is #F7B1BE. Grayscale: #373737. Windows color (decimal): -16232895 or 4279816. OLE color: 4279816.

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

Color convert

RGB87865-
CMYK0.9000.170.69
HSL168.86º81.4%16.86%-
HSV(B)168.86º89.74%30.59%-
XYZ3.785.885.94-
YUV55.59133.3194.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 78 (30.86% from 255) = 51.66%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=5.30%
G=51.66%
B=43.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal878650.9000.170.69168.8681.416.86
Hex84E415A01145a95111
Octal1011610113202110525112121
Binary1000100111010000011011010010001100010110101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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