Html Css Color HEX #084239 Deep Teal

📋 copy color: '#084239'

red 8 ◦ green 66 ◦ blue 57

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

Shades of Deep Teal #084239

Tints of Deep Teal #084239

RGB

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

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

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

R = 6.11%
G = 50.38%
B = 43.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#084239 (or 0x084239) is known color: Deep Teal. HEX triplet: 08, 42 and 39. RGB value is (8,66,57). Sum of RGB (Red+Green+Blue) = 8+66+57=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #084239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084239 is #F7BDC6. Grayscale: #2F2F2F. Windows color (decimal): -16235975 or 3752456. OLE color: 3752456.

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

Color convert

RGB 8 66 57 -
CMYK 0.88 0 0.14 0.74
HSL 170.69º 0.78% 0.15% -
HSV(B) 170.69º 0.88% 0.26% -
XYZ 2.79 4.24 4.54 -
YUV 47.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 8 66 57 0.88 0 0.14 0.74 170.69 0.78 0.15
Hex 8 42 39 58 0 E 4A AB 4E F
Octal 10 102 71 130 0 16 112 253 116 17
Binary 1000 1000010 111001 1011000 0 1110 1001010 10101011 1001110 1111

Color Harmonies of #084239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084239

Black with #084239

Text Example


Text Example

White with #084239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084239; }

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

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

background-color css

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

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

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

border-color css

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

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

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