#16403C

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

Shades of Deep Teal #16403C

Tints of Deep Teal #16403C

Color information

#16403C (or 0x16403C) is unknown color: approx Deep Teal. HEX triplet: 16, 40 and 3C. RGB value is (22,64,60). Sum of RGB (Red+Green+Blue) = 22+64+60=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #16403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16403C is #E9BFC3. Grayscale: #323232. Windows color (decimal): -15318980 or 3948566. OLE color: 3948566.

HSL color Cylindrical-coordinate representation of color #16403C: hue angle of 174.29º 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 #16403C is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB226460-
CMYK0.6600.060.75
HSL174.29º48.84%16.86%-
HSV(B)174.29º65.62%25.1%-
XYZ2.984.164.92-
YUV50.99133.09107.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=15.07%
G=43.84%
B=41.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264600.6600.060.75174.2948.8416.86
Hex16403C42064Bae3111
Octal2610074102061132566121
Binary1011010000001111001000010011010010111010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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