Html Css Color HEX #083932 Deep Teal

📋 copy color: '#083932'

red 8 ◦ green 57 ◦ blue 50

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

Shades of Deep Teal #083932

Tints of Deep Teal #083932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.57%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 6.96%
G = 49.57%
B = 43.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#083932 (or 0x083932) is known color: Deep Teal. HEX triplet: 08, 39 and 32. RGB value is (8,57,50). Sum of RGB (Red+Green+Blue) = 8+57+50=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #083932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083932 is #F7C6CD. Grayscale: #292929. Windows color (decimal): -16238286 or 3291400. OLE color: 3291400.

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

Color convert

RGB 8 57 50 -
CMYK 0.86 0 0.12 0.78
HSL 171.43º 0.75% 0.13% -
HSV(B) 171.43º 0.86% 0.22% -
XYZ 2.14 3.21 3.52 -
YUV 41.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 8 57 50 0.86 0 0.12 0.78 171.43 0.75 0.13
Hex 8 39 32 56 0 C 4E AB 4B D
Octal 10 71 62 126 0 14 116 253 113 15
Binary 1000 111001 110010 1010110 0 1100 1001110 10101011 1001011 1101

Color Harmonies of #083932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083932

Black with #083932

Text Example


Text Example

White with #083932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083932; }

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

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

background-color css

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

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

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

border-color css

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

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

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