Html Css Color HEX #084234 Deep Teal

📋 copy color: '#084234'

red 8 ◦ green 66 ◦ blue 52

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

Shades of Deep Teal #084234

Tints of Deep Teal #084234

RGB

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

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

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

R = 6.35%
G = 52.38%
B = 41.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#084234 (or 0x084234) is known color: Deep Teal. HEX triplet: 08, 42 and 34. RGB value is (8,66,52). Sum of RGB (Red+Green+Blue) = 8+66+52=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #084234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084234 is #F7BDCB. Grayscale: #2F2F2F. Windows color (decimal): -16235980 or 3424776. OLE color: 3424776.

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

Color convert

RGB 8 66 52 -
CMYK 0.88 0 0.21 0.74
HSL 165.52º 0.78% 0.15% -
HSV(B) 165.52º 0.88% 0.26% -
XYZ 2.67 4.2 3.92 -
YUV 47.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 8 66 52 0.88 0 0.21 0.74 165.52 0.78 0.15
Hex 8 42 34 58 0 15 4A A6 4E F
Octal 10 102 64 130 0 25 112 246 116 17
Binary 1000 1000010 110100 1011000 0 10101 1001010 10100110 1001110 1111

Color Harmonies of #084234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084234

Black with #084234

Text Example


Text Example

White with #084234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084234; }

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

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

background-color css

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

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

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

border-color css

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

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

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