Html Css Color HEX #084334 Deep Teal

📋 copy color: '#084334'

red 8 ◦ green 67 ◦ blue 52

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

Shades of Deep Teal #084334

Tints of Deep Teal #084334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.76%

 BLUE value IS 52 (20.7% from 255) = 40.94%

R = 6.3%
G = 52.76%
B = 40.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#084334 (or 0x084334) is known color: Deep Teal. HEX triplet: 08, 43 and 34. RGB value is (8,67,52). Sum of RGB (Red+Green+Blue) = 8+67+52=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #084334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084334 is #F7BCCB. Grayscale: #2F2F2F. Windows color (decimal): -16235724 or 3425032. OLE color: 3425032.

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

Color convert

RGB 8 67 52 -
CMYK 0.88 0 0.22 0.74
HSL 164.75º 0.79% 0.15% -
HSV(B) 164.75º 0.88% 0.26% -
XYZ 2.73 4.31 3.94 -
YUV 47.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 8 67 52 0.88 0 0.22 0.74 164.75 0.79 0.15
Hex 8 43 34 58 0 16 4A A5 4F F
Octal 10 103 64 130 0 26 112 245 117 17
Binary 1000 1000011 110100 1011000 0 10110 1001010 10100101 1001111 1111

Color Harmonies of #084334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084334

Black with #084334

Text Example


Text Example

White with #084334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084334; }

 p { color: rgb(8,67,52); }

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

background-color css

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

 a { background-color: rgb(8,67,52); }

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

border-color css

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

 span { border-color: rgb(8,67,52); }

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