Html Css Color HEX #084139 Deep Teal

📋 copy color: '#084139'

red 8 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #084139

Tints of Deep Teal #084139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 6.15%
G = 50%
B = 43.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#084139 (or 0x084139) is known color: Deep Teal. HEX triplet: 08, 41 and 39. RGB value is (8,65,57). Sum of RGB (Red+Green+Blue) = 8+65+57=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #084139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084139 is #F7BEC6. Grayscale: #2F2F2F. Windows color (decimal): -16236231 or 3752200. OLE color: 3752200.

HSL color Cylindrical-coordinate representation of color #084139: hue angle of 171.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084139 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 57 -
CMYK 0.88 0 0.12 0.75
HSL 171.58º 0.78% 0.14% -
HSV(B) 171.58º 0.88% 0.25% -
XYZ 2.73 4.13 4.52 -
YUV 47.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 8 65 57 0.88 0 0.12 0.75 171.58 0.78 0.14
Hex 8 41 39 58 0 C 4B AC 4E E
Octal 10 101 71 130 0 14 113 254 116 16
Binary 1000 1000001 111001 1011000 0 1100 1001011 10101100 1001110 1110

Color Harmonies of #084139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084139

Black with #084139

Text Example


Text Example

White with #084139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084139; }

 p { color: rgb(8,65,57); }

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

background-color css

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

 a { background-color: rgb(8,65,57); }

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

border-color css

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

 span { border-color: rgb(8,65,57); }

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