Html Css Color HEX #084036 Deep Teal

📋 copy color: '#084036'

red 8 ◦ green 64 ◦ blue 54

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

Shades of Deep Teal #084036

Tints of Deep Teal #084036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.79%

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 6.35%
G = 50.79%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#084036 (or 0x084036) is known color: Deep Teal. HEX triplet: 08, 40 and 36. RGB value is (8,64,54). Sum of RGB (Red+Green+Blue) = 8+64+54=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #084036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084036 is #F7BFC9. Grayscale: #2E2E2E. Windows color (decimal): -16236490 or 3555336. OLE color: 3555336.

HSL color Cylindrical-coordinate representation of color #084036: hue angle of 169.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084036 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 54 -
CMYK 0.87 0 0.16 0.75
HSL 169.29º 0.78% 0.14% -
HSV(B) 169.29º 0.88% 0.25% -
XYZ 2.6 3.98 4.12 -
YUV 46.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 8 64 54 0.87 0 0.16 0.75 169.29 0.78 0.14
Hex 8 40 36 57 0 10 4B A9 4E E
Octal 10 100 66 127 0 20 113 251 116 16
Binary 1000 1000000 110110 1010111 0 10000 1001011 10101001 1001110 1110

Color Harmonies of #084036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084036

Black with #084036

Text Example


Text Example

White with #084036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084036; }

 p { color: rgb(8,64,54); }

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

background-color css

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

 a { background-color: rgb(8,64,54); }

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

border-color css

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

 span { border-color: rgb(8,64,54); }

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