#084F4B

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

Shades of Cyprus #084F4B

Tints of Cyprus #084F4B

Color information

#084F4B (or 0x084F4B) is unknown color: approx Cyprus. HEX triplet: 08, 4F and 4B. RGB value is (8,79,75). Sum of RGB (Red+Green+Blue) = 8+79+75=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #084F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F4B is #F7B0B4. Grayscale: #393939. Windows color (decimal): -16232629 or 4935432. OLE color: 4935432.

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

Color convert

RGB87975-
CMYK0.9000.050.69
HSL176.62º81.61%17.06%-
HSV(B)176.62º89.87%30.98%-
XYZ4.176.157.62-
YUV57.32137.9892.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=4.94%
G=48.77%
B=46.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879750.9000.050.69176.6281.6117.06
Hex84F4B5A0545b15211
Octal101171131320510526112221
Binary10001001111100101110110100101100010110110001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,75); }

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

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

 a { background-color: rgb(8,79,75); }

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

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

 span { border-color: rgb(8,79,75); }

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