#23413E

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

Shades of Deep Teal #23413E

Tints of Deep Teal #23413E

Color information

#23413E (or 0x23413E) is unknown color: approx Deep Teal. HEX triplet: 23, 41 and 3E. RGB value is (35,65,62). Sum of RGB (Red+Green+Blue) = 35+65+62=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #23413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23413E is #DCBEC1. Grayscale: #373737. Windows color (decimal): -14466754 or 4079907. OLE color: 4079907.

HSL color Cylindrical-coordinate representation of color #23413E: hue angle of 174º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23413E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB356562-
CMYK0.4600.050.75
HSL174º30%19.61%-
HSV(B)174º46.15%25.49%-
XYZ3.454.495.24-
YUV55.69131.56113.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=21.60%
G=40.12%
B=38.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565620.4600.050.751743019.61
Hex23413E2E054Bae1e14
Octal431017656051132563624
Binary100011100000111111010111001011001011101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,65,62); }

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

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

 a { background-color: rgb(35,65,62); }

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

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

 span { border-color: rgb(35,65,62); }

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