#17423D

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

Shades of Deep Teal #17423D

Tints of Deep Teal #17423D

Color information

#17423D (or 0x17423D) is unknown color: approx Deep Teal. HEX triplet: 17, 42 and 3D. RGB value is (23,66,61). Sum of RGB (Red+Green+Blue) = 23+66+61=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #17423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17423D is #E8BDC2. Grayscale: #343434. Windows color (decimal): -15252931 or 4014615. OLE color: 4014615.

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

Color convert

RGB236661-
CMYK0.6500.080.74
HSL173.02º48.31%17.45%-
HSV(B)173.02º65.15%25.88%-
XYZ3.144.425.1-
YUV52.57132.75106.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=15.33%
G=44%
B=40.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366610.6500.080.74173.0248.3117.45
Hex17423D41084Aad3011
Octal27102751010101122556021
Binary10111100001011110110000010100010010101010110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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