Html Css Color HEX #084336 Deep Teal

📋 copy color: '#084336'

red 8 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #084336

Tints of Deep Teal #084336

RGB

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

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

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

R = 6.2%
G = 51.94%
B = 41.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#084336 (or 0x084336) is known color: Deep Teal. HEX triplet: 08, 43 and 36. RGB value is (8,67,54). Sum of RGB (Red+Green+Blue) = 8+67+54=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #084336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084336 is #F7BCC9. Grayscale: #2F2F2F. Windows color (decimal): -16235722 or 3556104. OLE color: 3556104.

HSL color Cylindrical-coordinate representation of color #084336: hue angle of 166.78º 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 #084336 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 54 -
CMYK 0.88 0 0.19 0.74
HSL 166.78º 0.79% 0.15% -
HSV(B) 166.78º 0.88% 0.26% -
XYZ 2.77 4.33 4.18 -
YUV 47.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 8 67 54 0.88 0 0.19 0.74 166.78 0.79 0.15
Hex 8 43 36 58 0 13 4A A7 4F F
Octal 10 103 66 130 0 23 112 247 117 17
Binary 1000 1000011 110110 1011000 0 10011 1001010 10100111 1001111 1111

Color Harmonies of #084336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084336

Black with #084336

Text Example


Text Example

White with #084336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084336; }

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

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

background-color css

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

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

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

border-color css

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

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

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