#084C44

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

Shades of Cyprus #084C44

Tints of Cyprus #084C44

Color information

#084C44 (or 0x084C44) is unknown color: approx Cyprus. HEX triplet: 08, 4C and 44. RGB value is (8,76,68). Sum of RGB (Red+Green+Blue) = 8+76+68=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #084C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C44 is #F7B3BB. Grayscale: #363636. Windows color (decimal): -16233404 or 4475912. OLE color: 4475912.

HSL color Cylindrical-coordinate representation of color #084C44: hue angle of 172.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C44 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB87668-
CMYK0.8900.110.70
HSL172.94º80.95%16.47%-
HSV(B)172.94º89.47%29.8%-
XYZ3.735.646.36-
YUV54.76135.4794.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=5.26%
G=50%
B=44.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal876680.8900.110.70172.9480.9516.47
Hex84C44590B46ad5110
Octal1011410413101310625512120
Binary100010011001000100101100101011100011010101101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,76,68); }

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

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

 a { background-color: rgb(8,76,68); }

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

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

 span { border-color: rgb(8,76,68); }

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