#084C41

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

Shades of Cyprus #084C41

Tints of Cyprus #084C41

Color information

#084C41 (or 0x084C41) is unknown color: approx Cyprus. HEX triplet: 08, 4C and 41. RGB value is (8,76,65). Sum of RGB (Red+Green+Blue) = 8+76+65=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #084C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C41 is #F7B3BE. Grayscale: #363636. Windows color (decimal): -16233407 or 4279304. OLE color: 4279304.

HSL color Cylindrical-coordinate representation of color #084C41: hue angle of 170.29º 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 #084C41 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB87665-
CMYK0.8900.140.70
HSL170.29º80.95%16.47%-
HSV(B)170.29º89.47%29.8%-
XYZ3.645.65.89-
YUV54.41133.9794.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 76 (30.08% from 255) = 51.01%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=5.37%
G=51.01%
B=43.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal876650.8900.140.70170.2980.9516.47
Hex84C41590E46aa5110
Octal1011410113101610625212120
Binary100010011001000001101100101110100011010101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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