Html Css Color HEX #084033 Deep Teal

📋 copy color: '#084033'

red 8 ◦ green 64 ◦ blue 51

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

Shades of Deep Teal #084033

Tints of Deep Teal #084033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 6.5%
G = 52.03%
B = 41.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#084033 (or 0x084033) is known color: Deep Teal. HEX triplet: 08, 40 and 33. RGB value is (8,64,51). Sum of RGB (Red+Green+Blue) = 8+64+51=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #084033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084033 is #F7BFCC. Grayscale: #2D2D2D. Windows color (decimal): -16236493 or 3358728. OLE color: 3358728.

HSL color Cylindrical-coordinate representation of color #084033: hue angle of 166.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084033 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 51 -
CMYK 0.87 0 0.20 0.75
HSL 166.07º 0.78% 0.14% -
HSV(B) 166.07º 0.88% 0.25% -
XYZ 2.53 3.96 3.76 -
YUV 45.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 8 64 51 0.87 0 0.20 0.75 166.07 0.78 0.14
Hex 8 40 33 57 0 14 4B A6 4E E
Octal 10 100 63 127 0 24 113 246 116 16
Binary 1000 1000000 110011 1010111 0 10100 1001011 10100110 1001110 1110

Color Harmonies of #084033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084033

Black with #084033

Text Example


Text Example

White with #084033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084033; }

 p { color: rgb(8,64,51); }

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

background-color css

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

 a { background-color: rgb(8,64,51); }

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

border-color css

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

 span { border-color: rgb(8,64,51); }

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