#17463F

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

Shades of Deep Teal #17463F

Tints of Deep Teal #17463F

Color information

#17463F (or 0x17463F) is unknown color: approx Deep Teal. HEX triplet: 17, 46 and 3F. RGB value is (23,70,63). Sum of RGB (Red+Green+Blue) = 23+70+63=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #17463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17463F is #E8B9C0. Grayscale: #373737. Windows color (decimal): -15251905 or 4146711. OLE color: 4146711.

HSL color Cylindrical-coordinate representation of color #17463F: hue angle of 171.06º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17463F is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB237063-
CMYK0.6700.100.73
HSL171.06º50.54%18.24%-
HSV(B)171.06º67.14%27.45%-
XYZ3.444.925.47-
YUV55.15132.43105.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 63 (25% from 255) = 40.38%
R=14.74%
G=44.87%
B=40.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2370630.6700.100.73171.0650.5418.24
Hex17463F430A49ab3312
Octal27106771030121112536322
Binary10111100011011111110000110101010010011010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17463F; }

 p { color: rgb(23,70,63); }

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

<style>
 a { background-color: #17463F; }

 a { background-color: rgb(23,70,63); }

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

<style>
 span { border-color: #17463F; }

 span { border-color: rgb(23,70,63); }

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