#23403C

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

Shades of Deep Teal #23403C

Tints of Deep Teal #23403C

Color information

#23403C (or 0x23403C) is unknown color: approx Deep Teal. HEX triplet: 23, 40 and 3C. RGB value is (35,64,60). Sum of RGB (Red+Green+Blue) = 35+64+60=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #23403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23403C is #DCBFC3. Grayscale: #363636. Windows color (decimal): -14467012 or 3948579. OLE color: 3948579.

HSL color Cylindrical-coordinate representation of color #23403C: hue angle of 171.72º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #23403C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB356460-
CMYK0.4500.060.75
HSL171.72º29.29%19.41%-
HSV(B)171.72º45.31%25.1%-
XYZ3.344.354.94-
YUV54.87130.89113.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=22.01%
G=40.25%
B=37.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564600.4500.060.75171.7229.2919.41
Hex23403C2D064Bac1d13
Octal431007455061132543523
Binary100011100000011110010110101101001011101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,64,60); }

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

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

 a { background-color: rgb(35,64,60); }

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

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

 span { border-color: rgb(35,64,60); }

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