#17423B

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

Shades of Deep Teal #17423B

Tints of Deep Teal #17423B

Color information

#17423B (or 0x17423B) is unknown color: approx Deep Teal. HEX triplet: 17, 42 and 3B. RGB value is (23,66,59). Sum of RGB (Red+Green+Blue) = 23+66+59=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #17423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423B is #E8BDC4. Grayscale: #343434. Windows color (decimal): -15252933 or 3883543. OLE color: 3883543.

HSL color Cylindrical-coordinate representation of color #17423B: hue angle of 170.23º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17423B is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB236659-
CMYK0.6500.110.74
HSL170.23º48.31%17.45%-
HSV(B)170.23º65.15%25.88%-
XYZ3.094.394.82-
YUV52.34131.75107.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=15.54%
G=44.59%
B=39.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366590.6500.110.74170.2348.3117.45
Hex17423B410B4Aaa3011
Octal27102731010131122526021
Binary10111100001011101110000010101110010101010101011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,66,59); }

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

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

 a { background-color: rgb(23,66,59); }

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

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

 span { border-color: rgb(23,66,59); }

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