Html Css Color HEX #084236 Deep Teal

📋 copy color: '#084236'

red 8 ◦ green 66 ◦ blue 54

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

Shades of Deep Teal #084236

Tints of Deep Teal #084236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 6.25%
G = 51.56%
B = 42.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#084236 (or 0x084236) is known color: Deep Teal. HEX triplet: 08, 42 and 36. RGB value is (8,66,54). Sum of RGB (Red+Green+Blue) = 8+66+54=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #084236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084236 is #F7BDC9. Grayscale: #2F2F2F. Windows color (decimal): -16235978 or 3555848. OLE color: 3555848.

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

Color convert

RGB 8 66 54 -
CMYK 0.88 0 0.18 0.74
HSL 167.59º 0.78% 0.15% -
HSV(B) 167.59º 0.88% 0.26% -
XYZ 2.71 4.21 4.16 -
YUV 47.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 8 66 54 0.88 0 0.18 0.74 167.59 0.78 0.15
Hex 8 42 36 58 0 12 4A A8 4E F
Octal 10 102 66 130 0 22 112 250 116 17
Binary 1000 1000010 110110 1011000 0 10010 1001010 10101000 1001110 1111

Color Harmonies of #084236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084236

Black with #084236

Text Example


Text Example

White with #084236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084236; }

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

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

background-color css

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

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

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

border-color css

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

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

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