#083933

Color #083933 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #083933

Tints of Deep Teal #083933

Color information

#083933 (or 0x083933) is unknown color: approx Deep Teal. HEX triplet: 08, 39 and 33. RGB value is (8,57,51). Sum of RGB (Red+Green+Blue) = 8+57+51=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #083933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083933 is #F7C6CC. Grayscale: #292929. Windows color (decimal): -16238285 or 3356936. OLE color: 3356936.

HSL color Cylindrical-coordinate representation of color #083933: hue angle of 172.65º 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 #083933 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB85751-
CMYK0.8600.110.78
HSL172.65º75.38%12.75%-
HSV(B)172.65º85.96%22.35%-
XYZ2.163.223.64-
YUV41.66133.27103.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=6.90%
G=49.14%
B=43.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857510.8600.110.78172.6575.3812.75
Hex83933560B4Ead4bd
Octal10716312601311625511315
Binary100011100111001110101100101110011101010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083933; }

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

 H1.HeaderClassName
 {
   color: #083933;
 }
 .AnyTagClassName
 {
   color: #083933;
 }
</style>
background-color css

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

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

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

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

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

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