Html Css Color HEX #084238 Deep Teal

📋 copy color: '#084238'

red 8 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #084238

Tints of Deep Teal #084238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.08%

R = 6.15%
G = 50.77%
B = 43.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#084238 (or 0x084238) is known color: Deep Teal. HEX triplet: 08, 42 and 38. RGB value is (8,66,56). Sum of RGB (Red+Green+Blue) = 8+66+56=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #084238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084238 is #F7BDC7. Grayscale: #2F2F2F. Windows color (decimal): -16235976 or 3686920. OLE color: 3686920.

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

Color convert

RGB 8 66 56 -
CMYK 0.88 0 0.15 0.74
HSL 169.66º 0.78% 0.15% -
HSV(B) 169.66º 0.88% 0.26% -
XYZ 2.76 4.23 4.41 -
YUV 47.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 8 66 56 0.88 0 0.15 0.74 169.66 0.78 0.15
Hex 8 42 38 58 0 F 4A AA 4E F
Octal 10 102 70 130 0 17 112 252 116 17
Binary 1000 1000010 111000 1011000 0 1111 1001010 10101010 1001110 1111

Color Harmonies of #084238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084238

Black with #084238

Text Example


Text Example

White with #084238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084238; }

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

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

background-color css

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

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

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

border-color css

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

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

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