#133832

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

Shades of Deep Teal #133832

Tints of Deep Teal #133832

Color information

#133832 (or 0x133832) is unknown color: approx Deep Teal. HEX triplet: 13, 38 and 32. RGB value is (19,56,50). Sum of RGB (Red+Green+Blue) = 19+56+50=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #133832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133832 is #ECC7CD. Grayscale: #2C2C2C. Windows color (decimal): -15517646 or 3291155. OLE color: 3291155.

HSL color Cylindrical-coordinate representation of color #133832: hue angle of 170.27º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133832 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB195650-
CMYK0.6600.110.78
HSL170.27º49.33%14.71%-
HSV(B)170.27º66.07%21.96%-
XYZ2.263.23.52-
YUV44.25131.24109.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 50 (19.92% from 255) = 40%
R=15.2%
G=44.8%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956500.6600.110.78170.2749.3314.71
Hex133832420B4Eaa31f
Octal2370621020131162526117
Binary100111110001100101000010010111001110101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133832; }

 p { color: rgb(19,56,50); }

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

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

 a { background-color: rgb(19,56,50); }

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

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

 span { border-color: rgb(19,56,50); }

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