#083D33

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

Shades of Deep Teal #083D33

Tints of Deep Teal #083D33

Color information

#083D33 (or 0x083D33) is unknown color: approx Deep Teal. HEX triplet: 08, 3D and 33. RGB value is (8,61,51). Sum of RGB (Red+Green+Blue) = 8+61+51=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #083D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D33 is #F7C2CC. Grayscale: #2B2B2B. Windows color (decimal): -16237261 or 3357960. OLE color: 3357960.

HSL color Cylindrical-coordinate representation of color #083D33: hue angle of 168.68º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D33 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB86151-
CMYK0.8700.160.76
HSL168.68º76.81%13.53%-
HSV(B)168.68º86.89%23.92%-
XYZ2.373.633.71-
YUV44.01131.94102.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 61 (24.22% from 255) = 50.83%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=6.67%
G=50.83%
B=42.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal861510.8700.160.76168.6876.8113.53
Hex83D33570104Ca94de
Octal10756312702011425111516
Binary1000111101110011101011101000010011001010100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083D33; }

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

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

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

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

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

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

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

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