#16453B

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

Shades of Deep Teal #16453B

Tints of Deep Teal #16453B

Color information

#16453B (or 0x16453B) is unknown color: approx Deep Teal. HEX triplet: 16, 45 and 3B. RGB value is (22,69,59). Sum of RGB (Red+Green+Blue) = 22+69+59=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #16453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16453B is #E9BAC4. Grayscale: #353535. Windows color (decimal): -15317701 or 3884310. OLE color: 3884310.

HSL color Cylindrical-coordinate representation of color #16453B: hue angle of 167.23º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16453B is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB226959-
CMYK0.6800.140.73
HSL167.23º51.65%17.84%-
HSV(B)167.23º68.12%27.06%-
XYZ3.254.744.88-
YUV53.81130.93105.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=14.67%
G=46%
B=39.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2269590.6800.140.73167.2351.6517.84
Hex16453B440E49a73412
Octal26105731040161112476422
Binary10110100010111101110001000111010010011010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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