Html Css Color HEX #084D3C Deep Teal

📋 copy color: '#084D3C'

red 8 ◦ green 77 ◦ blue 60

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

Shades of Deep Teal #084D3C

Tints of Deep Teal #084D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 53.1%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 5.52%
G = 53.1%
B = 41.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#084D3C (or 0x084D3C) is known color: Deep Teal. HEX triplet: 08, 4D and 3C. RGB value is (8,77,60). Sum of RGB (Red+Green+Blue) = 8+77+60=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #084D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D3C is #F7B2C3. Grayscale: #363636. Windows color (decimal): -16233156 or 3951880. OLE color: 3951880.

HSL color Cylindrical-coordinate representation of color #084D3C: hue angle of 165.22º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D3C is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 77 60 -
CMYK 0.90 0 0.22 0.70
HSL 165.22º 0.81% 0.17% -
HSV(B) 165.22º 0.9% 0.3% -
XYZ 3.57 5.69 5.18 -
YUV 54.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 8 77 60 0.90 0 0.22 0.70 165.22 0.81 0.17
Hex 8 4D 3C 5A 0 16 46 A5 51 11
Octal 10 115 74 132 0 26 106 245 121 21
Binary 1000 1001101 111100 1011010 0 10110 1000110 10100101 1010001 10001

Color Harmonies of #084D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D3C

Black with #084D3C

Text Example


Text Example

White with #084D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084D3C; }

 p { color: rgb(8,77,60); }

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

background-color css

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

 a { background-color: rgb(8,77,60); }

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

border-color css

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

 span { border-color: rgb(8,77,60); }

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