#133935

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

Shades of Deep Teal #133935

Tints of Deep Teal #133935

Color information

#133935 (or 0x133935) is unknown color: approx Deep Teal. HEX triplet: 13, 39 and 35. RGB value is (19,57,53). Sum of RGB (Red+Green+Blue) = 19+57+53=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #133935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133935 is #ECC6CA. Grayscale: #2D2D2D. Windows color (decimal): -15517387 or 3488019. OLE color: 3488019.

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

Color convert

RGB195753-
CMYK0.6700.070.78
HSL173.68º50%14.9%-
HSV(B)173.68º66.67%22.35%-
XYZ2.373.323.88-
YUV45.18132.41109.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=14.73%
G=44.19%
B=41.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957530.6700.070.78173.685014.9
Hex13393543074Eae32f
Octal237165103071162566217
Binary10011111001110101100001101111001110101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133935; }

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

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

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

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

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

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

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

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