Html Css Color HEX #084233 Deep Teal

📋 copy color: '#084233'

red 8 ◦ green 66 ◦ blue 51

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

Shades of Deep Teal #084233

Tints of Deep Teal #084233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.8%

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

R = 6.4%
G = 52.8%
B = 40.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#084233 (or 0x084233) is known color: Deep Teal. HEX triplet: 08, 42 and 33. RGB value is (8,66,51). Sum of RGB (Red+Green+Blue) = 8+66+51=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #084233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084233 is #F7BDCC. Grayscale: #2E2E2E. Windows color (decimal): -16235981 or 3359240. OLE color: 3359240.

HSL color Cylindrical-coordinate representation of color #084233: hue angle of 164.48º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084233 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 51 -
CMYK 0.88 0 0.23 0.74
HSL 164.48º 0.78% 0.15% -
HSV(B) 164.48º 0.88% 0.26% -
XYZ 2.65 4.19 3.8 -
YUV 46.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 8 66 51 0.88 0 0.23 0.74 164.48 0.78 0.15
Hex 8 42 33 58 0 17 4A A4 4E F
Octal 10 102 63 130 0 27 112 244 116 17
Binary 1000 1000010 110011 1011000 0 10111 1001010 10100100 1001110 1111

Color Harmonies of #084233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084233

Black with #084233

Text Example


Text Example

White with #084233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084233; }

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

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

background-color css

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

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

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

border-color css

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

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

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