#23575E

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

Shades of Teal Blue #23575E

Tints of Teal Blue #23575E

Color information

#23575E (or 0x23575E) is unknown color: approx Teal Blue. HEX triplet: 23, 57 and 5E. RGB value is (35,87,94). Sum of RGB (Red+Green+Blue) = 35+87+94=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #23575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23575E is #DCA8A1. Grayscale: #484848. Windows color (decimal): -14461090 or 6182691. OLE color: 6182691.

HSL color Cylindrical-coordinate representation of color #23575E: hue angle of 187.12º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23575E is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358794-
CMYK0.630.0700.63
HSL187.12º45.74%25.29%-
HSV(B)187.12º62.77%36.86%-
XYZ6.127.9811.81-
YUV72.25140.27101.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=16.20%
G=40.28%
B=43.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3587940.630.0700.63187.1245.7425.29
Hex23575E3F703Fbb2e19
Octal431271367770772735631
Binary1000111010111101111011111111101111111011101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,87,94); }

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

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

 a { background-color: rgb(35,87,94); }

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

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

 span { border-color: rgb(35,87,94); }

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