#16423A

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

Shades of Deep Teal #16423A

Tints of Deep Teal #16423A

Color information

#16423A (or 0x16423A) is unknown color: approx Deep Teal. HEX triplet: 16, 42 and 3A. RGB value is (22,66,58). Sum of RGB (Red+Green+Blue) = 22+66+58=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #16423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16423A is #E9BDC5. Grayscale: #333333. Windows color (decimal): -15318470 or 3818006. OLE color: 3818006.

HSL color Cylindrical-coordinate representation of color #16423A: hue angle of 169.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16423A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB226658-
CMYK0.6700.120.74
HSL169.09º50%17.25%-
HSV(B)169.09º66.67%25.88%-
XYZ3.044.374.69-
YUV51.93131.42106.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=15.07%
G=45.21%
B=39.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266580.6700.120.74169.095017.25
Hex16423A430C4Aa93211
Octal26102721030141122516221
Binary10110100001011101010000110110010010101010100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16423A; }

 p { color: rgb(22,66,58); }

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

<style>
 a { background-color: #16423A; }

 a { background-color: rgb(22,66,58); }

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

<style>
 span { border-color: #16423A; }

 span { border-color: rgb(22,66,58); }

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