#133934

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

Shades of Deep Teal #133934

Tints of Deep Teal #133934

Color information

#133934 (or 0x133934) is unknown color: approx Deep Teal. HEX triplet: 13, 39 and 34. RGB value is (19,57,52). Sum of RGB (Red+Green+Blue) = 19+57+52=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #133934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133934 is #ECC6CB. Grayscale: #2D2D2D. Windows color (decimal): -15517388 or 3422483. OLE color: 3422483.

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

Color convert

RGB195752-
CMYK0.6700.090.78
HSL172.11º50%14.9%-
HSV(B)172.11º66.67%22.35%-
XYZ2.353.313.76-
YUV45.07131.91109.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=14.84%
G=44.53%
B=40.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957520.6700.090.78172.115014.9
Hex13393443094Eac32f
Octal2371641030111162546217
Binary100111110011101001000011010011001110101011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133934; }

 p { color: rgb(19,57,52); }

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

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

 a { background-color: rgb(19,57,52); }

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

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

 span { border-color: rgb(19,57,52); }

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