Html Css Color HEX #084037 Deep Teal

📋 copy color: '#084037'

red 8 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #084037

Tints of Deep Teal #084037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 43.31%

R = 6.3%
G = 50.39%
B = 43.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#084037 (or 0x084037) is known color: Deep Teal. HEX triplet: 08, 40 and 37. RGB value is (8,64,55). Sum of RGB (Red+Green+Blue) = 8+64+55=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #084037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084037 is #F7BFC8. Grayscale: #2E2E2E. Windows color (decimal): -16236489 or 3620872. OLE color: 3620872.

HSL color Cylindrical-coordinate representation of color #084037: hue angle of 170.36º 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 #084037 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 55 -
CMYK 0.87 0 0.14 0.75
HSL 170.36º 0.78% 0.14% -
HSV(B) 170.36º 0.88% 0.25% -
XYZ 2.62 3.99 4.25 -
YUV 46.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 8 64 55 0.87 0 0.14 0.75 170.36 0.78 0.14
Hex 8 40 37 57 0 E 4B AA 4E E
Octal 10 100 67 127 0 16 113 252 116 16
Binary 1000 1000000 110111 1010111 0 1110 1001011 10101010 1001110 1110

Color Harmonies of #084037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084037

Black with #084037

Text Example


Text Example

White with #084037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084037; }

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

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

background-color css

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

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

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

border-color css

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

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

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