#133A30

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

Shades of Deep Teal #133A30

Tints of Deep Teal #133A30

Color information

#133A30 (or 0x133A30) is unknown color: approx Deep Teal. HEX triplet: 13, 3A and 30. RGB value is (19,58,48). Sum of RGB (Red+Green+Blue) = 19+58+48=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #133A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A30 is #ECC5CF. Grayscale: #2D2D2D. Windows color (decimal): -15517136 or 3160595. OLE color: 3160595.

HSL color Cylindrical-coordinate representation of color #133A30: hue angle of 164.62º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A30 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB195848-
CMYK0.6700.170.77
HSL164.62º50.65%15.1%-
HSV(B)164.62º67.24%22.75%-
XYZ2.323.383.33-
YUV45.2129.58109.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=15.2%
G=46.4%
B=38.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958480.6700.170.77164.6250.6515.1
Hex133A30430114Da533f
Octal2372601030211152456317
Binary1001111101011000010000110100011001101101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,48); }

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

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

 a { background-color: rgb(19,58,48); }

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

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

 span { border-color: rgb(19,58,48); }

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