#17483F

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

Shades of Deep Teal #17483F

Tints of Deep Teal #17483F

Color information

#17483F (or 0x17483F) is unknown color: approx Deep Teal. HEX triplet: 17, 48 and 3F. RGB value is (23,72,63). Sum of RGB (Red+Green+Blue) = 23+72+63=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #17483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483F is #E8B7C0. Grayscale: #383838. Windows color (decimal): -15251393 or 4147223. OLE color: 4147223.

HSL color Cylindrical-coordinate representation of color #17483F: hue angle of 168.98º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17483F is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB237263-
CMYK0.6800.120.72
HSL168.98º51.58%18.63%-
HSV(B)168.98º68.06%28.24%-
XYZ3.575.185.51-
YUV56.32131.77104.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 63 (25% from 255) = 39.87%
R=14.56%
G=45.57%
B=39.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372630.6800.120.72168.9851.5818.63
Hex17483F440C48a93413
Octal27110771040141102516423
Binary10111100100011111110001000110010010001010100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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