Html Css Color HEX #084A41 Cyprus

📋 copy color: '#084A41'

red 8 ◦ green 74 ◦ blue 65

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

Shades of Cyprus #084A41

Tints of Cyprus #084A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.34%

 BLUE value IS 65 (25.78% from 255) = 44.22%

R = 5.44%
G = 50.34%
B = 44.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#084A41 (or 0x084A41) is known color: Cyprus. HEX triplet: 08, 4A and 41. RGB value is (8,74,65). Sum of RGB (Red+Green+Blue) = 8+74+65=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #084A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A41 is #F7B5BE. Grayscale: #353535. Windows color (decimal): -16233919 or 4278792. OLE color: 4278792.

HSL color Cylindrical-coordinate representation of color #084A41: hue angle of 171.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A41 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 65 -
CMYK 0.89 0 0.12 0.71
HSL 171.82º 0.8% 0.16% -
HSV(B) 171.82º 0.89% 0.29% -
XYZ 3.5 5.33 5.85 -
YUV 53.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 8 74 65 0.89 0 0.12 0.71 171.82 0.8 0.16
Hex 8 4A 41 59 0 C 47 AC 50 10
Octal 10 112 101 131 0 14 107 254 120 20
Binary 1000 1001010 1000001 1011001 0 1100 1000111 10101100 1010000 10000

Color Harmonies of #084A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A41

Black with #084A41

Text Example


Text Example

White with #084A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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