#16403B

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

Shades of Deep Teal #16403B

Tints of Deep Teal #16403B

Color information

#16403B (or 0x16403B) is unknown color: approx Deep Teal. HEX triplet: 16, 40 and 3B. RGB value is (22,64,59). Sum of RGB (Red+Green+Blue) = 22+64+59=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #16403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16403B is #E9BFC4. Grayscale: #323232. Windows color (decimal): -15318981 or 3883030. OLE color: 3883030.

HSL color Cylindrical-coordinate representation of color #16403B: hue angle of 172.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16403B is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB226459-
CMYK0.6600.080.75
HSL172.86º48.84%16.86%-
HSV(B)172.86º65.62%25.1%-
XYZ2.954.154.78-
YUV50.87132.59107.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=15.17%
G=44.14%
B=40.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264590.6600.080.75172.8648.8416.86
Hex16403B42084Bad3111
Octal26100731020101132556121
Binary10110100000011101110000100100010010111010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16403B; }

 p { color: rgb(22,64,59); }

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

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

 a { background-color: rgb(22,64,59); }

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

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

 span { border-color: rgb(22,64,59); }

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