#17483D

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

Shades of Deep Teal #17483D

Tints of Deep Teal #17483D

Color information

#17483D (or 0x17483D) is unknown color: approx Deep Teal. HEX triplet: 17, 48 and 3D. RGB value is (23,72,61). Sum of RGB (Red+Green+Blue) = 23+72+61=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #17483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17483D is #E8B7C2. Grayscale: #383838. Windows color (decimal): -15251395 or 4016151. OLE color: 4016151.

HSL color Cylindrical-coordinate representation of color #17483D: hue angle of 166.53º 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 #17483D is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB237261-
CMYK0.6800.150.72
HSL166.53º51.58%18.63%-
HSV(B)166.53º68.06%28.24%-
XYZ3.515.155.22-
YUV56.1130.77104.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=14.74%
G=46.15%
B=39.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372610.6800.150.72166.5351.5818.63
Hex17483D440F48a73413
Octal27110751040171102476423
Binary10111100100011110110001000111110010001010011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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