#23555F

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

Shades of Teal Blue #23555F

Tints of Teal Blue #23555F

Color information

#23555F (or 0x23555F) is unknown color: approx Teal Blue. HEX triplet: 23, 55 and 5F. RGB value is (35,85,95). Sum of RGB (Red+Green+Blue) = 35+85+95=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #23555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23555F is #DCAAA0. Grayscale: #474747. Windows color (decimal): -14461601 or 6247715. OLE color: 6247715.

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

Color convert

RGB358595-
CMYK0.630.1100.63
HSL190º46.15%25.49%-
HSV(B)190º63.16%37.25%-
XYZ6.017.6811.99-
YUV71.19141.44102.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=16.28%
G=39.53%
B=44.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3585950.630.1100.6319046.1525.49
Hex23555F3FB03Fbe2e19
Octal4312513777130772765631
Binary10001110101011011111111111101101111111011111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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