#295860

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

Shades of Teal Blue #295860

Tints of Teal Blue #295860

Color information

#295860 (or 0x295860) is unknown color: approx Teal Blue. HEX triplet: 29, 58 and 60. RGB value is (41,88,96). Sum of RGB (Red+Green+Blue) = 41+88+96=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #295860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295860 is #D6A79F. Grayscale: #4A4A4A. Windows color (decimal): -14067616 or 6314025. OLE color: 6314025.

HSL color Cylindrical-coordinate representation of color #295860: hue angle of 188.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295860 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB418896-
CMYK0.570.0800.62
HSL188.73º40.15%26.86%-
HSV(B)188.73º57.29%37.65%-
XYZ6.528.312.32-
YUV74.86139.93103.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=18.22%
G=39.11%
B=42.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4188960.570.0800.62188.7340.1526.86
Hex29586039803Ebd281b
Octal5113014071100762755033
Binary10100110110001100000111001100001111101011110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295860; }

 p { color: rgb(41,88,96); }

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

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

 a { background-color: rgb(41,88,96); }

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

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

 span { border-color: rgb(41,88,96); }

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