Html Css Color HEX #085241 Deep Teal

📋 copy color: '#085241'

red 8 ◦ green 82 ◦ blue 65

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

Shades of Deep Teal #085241

Tints of Deep Teal #085241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 5.16%
G = 52.9%
B = 41.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#085241 (or 0x085241) is known color: Deep Teal. HEX triplet: 08, 52 and 41. RGB value is (8,82,65). Sum of RGB (Red+Green+Blue) = 8+82+65=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #085241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085241 is #F7ADBE. Grayscale: #393939. Windows color (decimal): -16231871 or 4280840. OLE color: 4280840.

HSL color Cylindrical-coordinate representation of color #085241: hue angle of 166.22º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085241 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 65 -
CMYK 0.90 0 0.21 0.68
HSL 166.22º 0.82% 0.18% -
HSV(B) 166.22º 0.9% 0.32% -
XYZ 4.07 6.47 6.03 -
YUV 57.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 8 82 65 0.90 0 0.21 0.68 166.22 0.82 0.18
Hex 8 52 41 5A 0 15 44 A6 52 12
Octal 10 122 101 132 0 25 104 246 122 22
Binary 1000 1010010 1000001 1011010 0 10101 1000100 10100110 1010010 10010

Color Harmonies of #085241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085241

Black with #085241

Text Example


Text Example

White with #085241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085241; }

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

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

background-color css

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

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

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

border-color css

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

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

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