#133F35

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

Shades of Deep Teal #133F35

Tints of Deep Teal #133F35

Color information

#133F35 (or 0x133F35) is unknown color: approx Deep Teal. HEX triplet: 13, 3F and 35. RGB value is (19,63,53). Sum of RGB (Red+Green+Blue) = 19+63+53=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #133F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F35 is #ECC0CA. Grayscale: #303030. Windows color (decimal): -15515851 or 3489555. OLE color: 3489555.

HSL color Cylindrical-coordinate representation of color #133F35: hue angle of 166.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F35 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB196353-
CMYK0.7000.160.75
HSL166.36º53.66%16.08%-
HSV(B)166.36º69.84%24.71%-
XYZ2.693.953.99-
YUV48.7130.42106.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=14.07%
G=46.67%
B=39.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963530.7000.160.75166.3653.6616.08
Hex133F35460104Ba63610
Octal2377651060201132466620
Binary10011111111110101100011001000010010111010011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F35; }

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

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

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

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

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

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

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

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