Html Css Color HEX #084635 Deep Teal

📋 copy color: '#084635'

red 8 ◦ green 70 ◦ blue 53

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

Shades of Deep Teal #084635

Tints of Deep Teal #084635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 6.11%
G = 53.44%
B = 40.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#084635 (or 0x084635) is known color: Deep Teal. HEX triplet: 08, 46 and 35. RGB value is (8,70,53). Sum of RGB (Red+Green+Blue) = 8+70+53=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #084635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084635 is #F7B9CA. Grayscale: #313131. Windows color (decimal): -16234955 or 3491336. OLE color: 3491336.

HSL color Cylindrical-coordinate representation of color #084635: hue angle of 163.55º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084635 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 53 -
CMYK 0.89 0 0.24 0.73
HSL 163.55º 0.79% 0.15% -
HSV(B) 163.55º 0.89% 0.27% -
XYZ 2.93 4.69 4.12 -
YUV 49.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 8 70 53 0.89 0 0.24 0.73 163.55 0.79 0.15
Hex 8 46 35 59 0 18 49 A4 4F F
Octal 10 106 65 131 0 30 111 244 117 17
Binary 1000 1000110 110101 1011001 0 11000 1001001 10100100 1001111 1111

Color Harmonies of #084635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084635

Black with #084635

Text Example


Text Example

White with #084635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084635; }

 p { color: rgb(8,70,53); }

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

background-color css

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

 a { background-color: rgb(8,70,53); }

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

border-color css

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

 span { border-color: rgb(8,70,53); }

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