Html Css Color HEX #084337 Deep Teal

📋 copy color: '#084337'

red 8 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #084337

Tints of Deep Teal #084337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.54%

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

R = 6.15%
G = 51.54%
B = 42.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#084337 (or 0x084337) is known color: Deep Teal. HEX triplet: 08, 43 and 37. RGB value is (8,67,55). Sum of RGB (Red+Green+Blue) = 8+67+55=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #084337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084337 is #F7BCC8. Grayscale: #2F2F2F. Windows color (decimal): -16235721 or 3621640. OLE color: 3621640.

HSL color Cylindrical-coordinate representation of color #084337: hue angle of 167.8º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084337 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 55 -
CMYK 0.88 0 0.18 0.74
HSL 167.8º 0.79% 0.15% -
HSV(B) 167.8º 0.88% 0.26% -
XYZ 2.8 4.34 4.31 -
YUV 47.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 8 67 55 0.88 0 0.18 0.74 167.8 0.79 0.15
Hex 8 43 37 58 0 12 4A A8 4F F
Octal 10 103 67 130 0 22 112 250 117 17
Binary 1000 1000011 110111 1011000 0 10010 1001010 10101000 1001111 1111

Color Harmonies of #084337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084337

Black with #084337

Text Example


Text Example

White with #084337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084337; }

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

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

background-color css

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

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

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

border-color css

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

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

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