#084836

Color #084836 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #084836

Tints of Deep Teal #084836

Color information

#084836 (or 0x084836) is unknown color: approx Deep Teal. HEX triplet: 08, 48 and 36. RGB value is (8,72,54). Sum of RGB (Red+Green+Blue) = 8+72+54=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #084836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084836 is #F7B7C9. Grayscale: #323232. Windows color (decimal): -16234442 or 3557384. OLE color: 3557384.

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

Color convert

RGB87254-
CMYK0.8900.250.72
HSL163.12º80%15.69%-
HSV(B)163.12º88.89%28.24%-
XYZ3.084.954.28-
YUV50.81129.897.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=5.97%
G=53.73%
B=40.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872540.8900.250.72163.128015.69
Hex848365901948a35010
Octal101106613103111024312020
Binary100010010001101101011001011001100100010100011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084836; }

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

 H1.HeaderClassName
 {
   color: #084836;
 }
 .AnyTagClassName
 {
   color: #084836;
 }
</style>
background-color css

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

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

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

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

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

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