Html Css Color HEX #084F3F Deep Teal

📋 copy color: '#084F3F'

red 8 ◦ green 79 ◦ blue 63

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

Shades of Deep Teal #084F3F

Tints of Deep Teal #084F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 52.67%

 BLUE value IS 63 (25% from 255) = 42%

R = 5.33%
G = 52.67%
B = 42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#084F3F (or 0x084F3F) is known color: Deep Teal. HEX triplet: 08, 4F and 3F. RGB value is (8,79,63). Sum of RGB (Red+Green+Blue) = 8+79+63=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #084F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F3F is #F7B0C0. Grayscale: #373737. Windows color (decimal): -16232641 or 4149000. OLE color: 4149000.

HSL color Cylindrical-coordinate representation of color #084F3F: hue angle of 166.48º degrees, saturation: 0.82, 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 #084F3F is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 63 -
CMYK 0.90 0 0.20 0.69
HSL 166.48º 0.82% 0.17% -
HSV(B) 166.48º 0.9% 0.31% -
XYZ 3.79 6 5.66 -
YUV 55.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 8 79 63 0.90 0 0.20 0.69 166.48 0.82 0.17
Hex 8 4F 3F 5A 0 14 45 A6 52 11
Octal 10 117 77 132 0 24 105 246 122 21
Binary 1000 1001111 111111 1011010 0 10100 1000101 10100110 1010010 10001

Color Harmonies of #084F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F3F

Black with #084F3F

Text Example


Text Example

White with #084F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,63); }

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

background-color css

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

 a { background-color: rgb(8,79,63); }

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

border-color css

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

 span { border-color: rgb(8,79,63); }

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