Html Css Color HEX #084F49 Cyprus

📋 copy color: '#084F49'

red 8 ◦ green 79 ◦ blue 73

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

Shades of Cyprus #084F49

Tints of Cyprus #084F49

RGB

 RED value IS 8 (3.52% from 255) = 5%

 GREEN value IS 79 (31.25% from 255) = 49.38%

 BLUE value IS 73 (28.91% from 255) = 45.63%

R = 5%
G = 49.38%
B = 45.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#084F49 (or 0x084F49) is known color: Cyprus. HEX triplet: 08, 4F and 49. RGB value is (8,79,73). Sum of RGB (Red+Green+Blue) = 8+79+73=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #084F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F49 is #F7B0B6. Grayscale: #393939. Windows color (decimal): -16232631 or 4804360. OLE color: 4804360.

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

Color convert

RGB 8 79 73 -
CMYK 0.90 0 0.08 0.69
HSL 174.93º 0.82% 0.17% -
HSV(B) 174.93º 0.9% 0.31% -
XYZ 4.1 6.12 7.27 -
YUV 57.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 8 79 73 0.90 0 0.08 0.69 174.93 0.82 0.17
Hex 8 4F 49 5A 0 8 45 AF 52 11
Octal 10 117 111 132 0 10 105 257 122 21
Binary 1000 1001111 1001001 1011010 0 1000 1000101 10101111 1010010 10001

Color Harmonies of #084F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F49

Black with #084F49

Text Example


Text Example

White with #084F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #084F49;
 }
 .AnyTagClassName
 {
   color: #084F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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