#163E37

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

Shades of Deep Teal #163E37

Tints of Deep Teal #163E37

Color information

#163E37 (or 0x163E37) is unknown color: approx Deep Teal. HEX triplet: 16, 3E and 37. RGB value is (22,62,55). Sum of RGB (Red+Green+Blue) = 22+62+55=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #163E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E37 is #E9C1C8. Grayscale: #313131. Windows color (decimal): -15319497 or 3620374. OLE color: 3620374.

HSL color Cylindrical-coordinate representation of color #163E37: hue angle of 169.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E37 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB226255-
CMYK0.6500.110.76
HSL169.5º47.62%16.47%-
HSV(B)169.5º64.52%24.31%-
XYZ2.743.894.22-
YUV49.24131.25108.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=15.83%
G=44.60%
B=39.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2262550.6500.110.76169.547.6216.47
Hex163E37410B4Caa3010
Octal2676671010131142526020
Binary1011011111011011110000010101110011001010101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,55); }

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

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

 a { background-color: rgb(22,62,55); }

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

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

 span { border-color: rgb(22,62,55); }

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