Html Css Color HEX #084035 Deep Teal

📋 copy color: '#084035'

red 8 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #084035

Tints of Deep Teal #084035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 6.4%
G = 51.2%
B = 42.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#084035 (or 0x084035) is known color: Deep Teal. HEX triplet: 08, 40 and 35. RGB value is (8,64,53). Sum of RGB (Red+Green+Blue) = 8+64+53=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #084035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084035 is #F7BFCA. Grayscale: #2D2D2D. Windows color (decimal): -16236491 or 3489800. OLE color: 3489800.

HSL color Cylindrical-coordinate representation of color #084035: hue angle of 168.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084035 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 53 -
CMYK 0.87 0 0.17 0.75
HSL 168.21º 0.78% 0.14% -
HSV(B) 168.21º 0.88% 0.25% -
XYZ 2.58 3.98 4 -
YUV 46 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 8 64 53 0.87 0 0.17 0.75 168.21 0.78 0.14
Hex 8 40 35 57 0 11 4B A8 4E E
Octal 10 100 65 127 0 21 113 250 116 16
Binary 1000 1000000 110101 1010111 0 10001 1001011 10101000 1001110 1110

Color Harmonies of #084035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084035

Black with #084035

Text Example


Text Example

White with #084035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084035; }

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

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

background-color css

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

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

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

border-color css

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

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

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