#23403D

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

Shades of Deep Teal #23403D

Tints of Deep Teal #23403D

Color information

#23403D (or 0x23403D) is unknown color: approx Deep Teal. HEX triplet: 23, 40 and 3D. RGB value is (35,64,61). Sum of RGB (Red+Green+Blue) = 35+64+61=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #23403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23403D is #DCBFC2. Grayscale: #363636. Windows color (decimal): -14467011 or 4014115. OLE color: 4014115.

HSL color Cylindrical-coordinate representation of color #23403D: hue angle of 173.79º 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 #23403D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB356461-
CMYK0.4500.050.75
HSL173.79º29.29%19.41%-
HSV(B)173.79º45.31%25.1%-
XYZ3.374.365.08-
YUV54.99131.39113.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=21.88%
G=40%
B=38.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564610.4500.050.75173.7929.2919.41
Hex23403D2D054Bae1d13
Octal431007555051132563523
Binary100011100000011110110110101011001011101011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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