#23555E

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

Shades of Teal Blue #23555E

Tints of Teal Blue #23555E

Color information

#23555E (or 0x23555E) is unknown color: approx Teal Blue. HEX triplet: 23, 55 and 5E. RGB value is (35,85,94). Sum of RGB (Red+Green+Blue) = 35+85+94=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #23555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23555E is #DCAAA1. Grayscale: #464646. Windows color (decimal): -14461602 or 6182179. OLE color: 6182179.

HSL color Cylindrical-coordinate representation of color #23555E: hue angle of 189.15º 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 #23555E is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358594-
CMYK0.630.1000.63
HSL189.15º45.74%25.29%-
HSV(B)189.15º62.77%36.86%-
XYZ5.967.6611.75-
YUV71.08140.94102.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=16.36%
G=39.72%
B=43.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3585940.630.1000.63189.1545.7425.29
Hex23555E3FA03Fbd2e19
Octal4312513677120772755631
Binary10001110101011011110111111101001111111011110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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