#17423E

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

Shades of Deep Teal #17423E

Tints of Deep Teal #17423E

Color information

#17423E (or 0x17423E) is unknown color: approx Deep Teal. HEX triplet: 17, 42 and 3E. RGB value is (23,66,62). Sum of RGB (Red+Green+Blue) = 23+66+62=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #17423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423E is #E8BDC1. Grayscale: #343434. Windows color (decimal): -15252930 or 4080151. OLE color: 4080151.

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

Color convert

RGB236662-
CMYK0.6500.060.74
HSL174.42º48.31%17.45%-
HSV(B)174.42º65.15%25.88%-
XYZ3.174.435.24-
YUV52.69133.25106.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=15.23%
G=43.71%
B=41.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366620.6500.060.74174.4248.3117.45
Hex17423E41064Aae3011
Octal2710276101061122566021
Binary1011110000101111101000001011010010101010111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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