Html Css Color HEX #084938 Deep Teal

📋 copy color: '#084938'

red 8 ◦ green 73 ◦ blue 56

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

Shades of Deep Teal #084938

Tints of Deep Teal #084938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.28%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 5.84%
G = 53.28%
B = 40.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#084938 (or 0x084938) is known color: Deep Teal. HEX triplet: 08, 49 and 38. RGB value is (8,73,56). Sum of RGB (Red+Green+Blue) = 8+73+56=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #084938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084938 is #F7B6C7. Grayscale: #333333. Windows color (decimal): -16234184 or 3688712. OLE color: 3688712.

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

Color convert

RGB 8 73 56 -
CMYK 0.89 0 0.23 0.71
HSL 164.31º 0.8% 0.16% -
HSV(B) 164.31º 0.89% 0.29% -
XYZ 3.2 5.1 4.56 -
YUV 51.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 8 73 56 0.89 0 0.23 0.71 164.31 0.8 0.16
Hex 8 49 38 59 0 17 47 A4 50 10
Octal 10 111 70 131 0 27 107 244 120 20
Binary 1000 1001001 111000 1011001 0 10111 1000111 10100100 1010000 10000

Color Harmonies of #084938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084938

Black with #084938

Text Example


Text Example

White with #084938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084938; }

 p { color: rgb(8,73,56); }

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

background-color css

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

 a { background-color: rgb(8,73,56); }

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

border-color css

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

 span { border-color: rgb(8,73,56); }

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