Html Css Color HEX #084E42 Cyprus

📋 copy color: '#084E42'

red 8 ◦ green 78 ◦ blue 66

#084E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #084E42

Tints of Cyprus #084E42

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 value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#084E42 (or 0x084E42) is known color: 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

RGB 8 78 66 -
CMYK 0.90 0 0.15 0.69
HSL 169.71º 0.81% 0.17% -
HSV(B) 169.71º 0.9% 0.31% -
XYZ 3.81 5.89 6.09 -
YUV 55.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 8 78 66 0.90 0 0.15 0.69 169.71 0.81 0.17
Hex 8 4E 42 5A 0 F 45 AA 51 11
Octal 10 116 102 132 0 17 105 252 121 21
Binary 1000 1001110 1000010 1011010 0 1111 1000101 10101010 1010001 10001

Color Harmonies of #084E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E42

Black with #084E42

Text Example


Text Example

White with #084E42

Text Example


Text Example

HTML Codes & Css Web 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>