#163F3B

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

Shades of Deep Teal #163F3B

Tints of Deep Teal #163F3B

Color information

#163F3B (or 0x163F3B) is unknown color: approx Deep Teal. HEX triplet: 16, 3F and 3B. RGB value is (22,63,59). Sum of RGB (Red+Green+Blue) = 22+63+59=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #163F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F3B is #E9C0C4. Grayscale: #323232. Windows color (decimal): -15319237 or 3882774. OLE color: 3882774.

HSL color Cylindrical-coordinate representation of color #163F3B: hue angle of 174.15º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F3B is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB226359-
CMYK0.6500.060.75
HSL174.15º48.24%16.67%-
HSV(B)174.15º65.08%24.71%-
XYZ2.94.044.77-
YUV50.28132.92107.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=15.28%
G=43.75%
B=40.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2263590.6500.060.75174.1548.2416.67
Hex163F3B41064Bae3011
Octal267773101061132566021
Binary101101111111110111000001011010010111010111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163F3B; }

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

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

<style>
 a { background-color: #163F3B; }

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

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

<style>
 span { border-color: #163F3B; }

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

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