#23443C

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

Shades of Deep Teal #23443C

Tints of Deep Teal #23443C

Color information

#23443C (or 0x23443C) is unknown color: approx Deep Teal. HEX triplet: 23, 44 and 3C. RGB value is (35,68,60). Sum of RGB (Red+Green+Blue) = 35+68+60=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #23443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23443C is #DCBBC3. Grayscale: #393939. Windows color (decimal): -14465988 or 3949603. OLE color: 3949603.

HSL color Cylindrical-coordinate representation of color #23443C: hue angle of 165.45º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23443C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB356860-
CMYK0.4900.120.73
HSL165.45º32.04%20.2%-
HSV(B)165.45º48.53%26.67%-
XYZ3.584.825.02-
YUV57.22129.57112.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=21.47%
G=41.72%
B=36.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3568600.4900.120.73165.4532.0420.2
Hex23443C310C49a52014
Octal4310474610141112454024
Binary10001110001001111001100010110010010011010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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