#13433E

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

Shades of Deep Teal #13433E

Tints of Deep Teal #13433E

Color information

#13433E (or 0x13433E) is unknown color: approx Deep Teal. HEX triplet: 13, 43 and 3E. RGB value is (19,67,62). Sum of RGB (Red+Green+Blue) = 19+67+62=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #13433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433E is #ECBCC1. Grayscale: #343434. Windows color (decimal): -15514818 or 4080403. OLE color: 4080403.

HSL color Cylindrical-coordinate representation of color #13433E: hue angle of 173.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13433E is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB196762-
CMYK0.7200.070.74
HSL173.75º55.81%16.86%-
HSV(B)173.75º71.64%26.27%-
XYZ3.154.55.26-
YUV52.08133.6104.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=12.84%
G=45.27%
B=41.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967620.7200.070.74173.7555.8116.86
Hex13433E48074Aae3811
Octal2310376110071122567021
Binary1001110000111111101001000011110010101010111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13433E; }

 p { color: rgb(19,67,62); }

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

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

 a { background-color: rgb(19,67,62); }

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

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

 span { border-color: rgb(19,67,62); }

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