Html Css Color HEX #084737 Deep Teal

📋 copy color: '#084737'

red 8 ◦ green 71 ◦ blue 55

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

Shades of Deep Teal #084737

Tints of Deep Teal #084737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.99%

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

R = 5.97%
G = 52.99%
B = 41.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#084737 (or 0x084737) is known color: Deep Teal. HEX triplet: 08, 47 and 37. RGB value is (8,71,55). Sum of RGB (Red+Green+Blue) = 8+71+55=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #084737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084737 is #F7B8C8. Grayscale: #323232. Windows color (decimal): -16234697 or 3622664. OLE color: 3622664.

HSL color Cylindrical-coordinate representation of color #084737: hue angle of 164.76º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084737 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 55 -
CMYK 0.89 0 0.23 0.72
HSL 164.76º 0.8% 0.15% -
HSV(B) 164.76º 0.89% 0.28% -
XYZ 3.04 4.83 4.39 -
YUV 50.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 8 71 55 0.89 0 0.23 0.72 164.76 0.8 0.15
Hex 8 47 37 59 0 17 48 A5 50 F
Octal 10 107 67 131 0 27 110 245 120 17
Binary 1000 1000111 110111 1011001 0 10111 1001000 10100101 1010000 1111

Color Harmonies of #084737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084737

Black with #084737

Text Example


Text Example

White with #084737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084737; }

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

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

background-color css

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

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

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

border-color css

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

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

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