Html Css Color HEX #084B3A Deep Teal

📋 copy color: '#084B3A'

red 8 ◦ green 75 ◦ blue 58

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

Shades of Deep Teal #084B3A

Tints of Deep Teal #084B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

 BLUE value IS 58 (23.05% from 255) = 41.13%

R = 5.67%
G = 53.19%
B = 41.13%

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

#084B3A (or 0x084B3A) is known color: Deep Teal. HEX triplet: 08, 4B and 3A. RGB value is (8,75,58). Sum of RGB (Red+Green+Blue) = 8+75+58=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #084B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B3A is #F7B4C5. Grayscale: #353535. Windows color (decimal): -16233670 or 3820296. OLE color: 3820296.

HSL color Cylindrical-coordinate representation of color #084B3A: hue angle of 164.78º degrees, saturation: 0.81, 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 #084B3A is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 75 58 -
CMYK 0.89 0 0.23 0.71
HSL 164.78º 0.81% 0.16% -
HSV(B) 164.78º 0.89% 0.29% -
XYZ 3.38 5.39 4.87 -
YUV 53.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 8 75 58 0.89 0 0.23 0.71 164.78 0.81 0.16
Hex 8 4B 3A 59 0 17 47 A5 51 10
Octal 10 113 72 131 0 27 107 245 121 20
Binary 1000 1001011 111010 1011001 0 10111 1000111 10100101 1010001 10000

Color Harmonies of #084B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B3A

Black with #084B3A

Text Example


Text Example

White with #084B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,75,58); }

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

background-color css

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

 a { background-color: rgb(8,75,58); }

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

border-color css

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

 span { border-color: rgb(8,75,58); }

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