Html Css Color HEX #084E3C Deep Teal

📋 copy color: '#084E3C'

red 8 ◦ green 78 ◦ blue 60

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

Shades of Deep Teal #084E3C

Tints of Deep Teal #084E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.42%

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

R = 5.48%
G = 53.42%
B = 41.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#084E3C (or 0x084E3C) is known color: Deep Teal. HEX triplet: 08, 4E and 3C. RGB value is (8,78,60). Sum of RGB (Red+Green+Blue) = 8+78+60=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #084E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E3C is #F7B1C3. Grayscale: #373737. Windows color (decimal): -16232900 or 3952136. OLE color: 3952136.

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

Color convert

RGB 8 78 60 -
CMYK 0.90 0 0.23 0.69
HSL 164.57º 0.81% 0.17% -
HSV(B) 164.57º 0.9% 0.31% -
XYZ 3.64 5.83 5.21 -
YUV 55.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 8 78 60 0.90 0 0.23 0.69 164.57 0.81 0.17
Hex 8 4E 3C 5A 0 17 45 A5 51 11
Octal 10 116 74 132 0 27 105 245 121 21
Binary 1000 1001110 111100 1011010 0 10111 1000101 10100101 1010001 10001

Color Harmonies of #084E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E3C

Black with #084E3C

Text Example


Text Example

White with #084E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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