#17423C

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

Shades of Deep Teal #17423C

Tints of Deep Teal #17423C

Color information

#17423C (or 0x17423C) is unknown color: approx Deep Teal. HEX triplet: 17, 42 and 3C. RGB value is (23,66,60). Sum of RGB (Red+Green+Blue) = 23+66+60=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #17423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423C is #E8BDC3. Grayscale: #343434. Windows color (decimal): -15252932 or 3949079. OLE color: 3949079.

HSL color Cylindrical-coordinate representation of color #17423C: hue angle of 171.63º 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 #17423C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB236660-
CMYK0.6500.090.74
HSL171.63º48.31%17.45%-
HSV(B)171.63º65.15%25.88%-
XYZ3.124.44.96-
YUV52.46132.25106.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=15.44%
G=44.30%
B=40.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366600.6500.090.74171.6348.3117.45
Hex17423C41094Aac3011
Octal27102741010111122546021
Binary10111100001011110010000010100110010101010110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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