Html Css Color HEX #084133 Deep Teal

📋 copy color: '#084133'

red 8 ◦ green 65 ◦ blue 51

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

Shades of Deep Teal #084133

Tints of Deep Teal #084133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 6.45%
G = 52.42%
B = 41.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#084133 (or 0x084133) is known color: Deep Teal. HEX triplet: 08, 41 and 33. RGB value is (8,65,51). Sum of RGB (Red+Green+Blue) = 8+65+51=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #084133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084133 is #F7BECC. Grayscale: #2E2E2E. Windows color (decimal): -16236237 or 3358984. OLE color: 3358984.

HSL color Cylindrical-coordinate representation of color #084133: hue angle of 165.26º 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 #084133 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 51 -
CMYK 0.88 0 0.22 0.75
HSL 165.26º 0.78% 0.14% -
HSV(B) 165.26º 0.88% 0.25% -
XYZ 2.59 4.07 3.78 -
YUV 46.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 8 65 51 0.88 0 0.22 0.75 165.26 0.78 0.14
Hex 8 41 33 58 0 16 4B A5 4E E
Octal 10 101 63 130 0 26 113 245 116 16
Binary 1000 1000001 110011 1011000 0 10110 1001011 10100101 1001110 1110

Color Harmonies of #084133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084133

Black with #084133

Text Example


Text Example

White with #084133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084133; }

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

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

background-color css

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

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

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

border-color css

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

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

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