#195155

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

Shades of Teal Blue #195155

Tints of Teal Blue #195155

Color information

#195155 (or 0x195155) is unknown color: approx Teal Blue. HEX triplet: 19, 51 and 55. RGB value is (25,81,85). Sum of RGB (Red+Green+Blue) = 25+81+85=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #195155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195155 is #E6AEAA. Grayscale: #404040. Windows color (decimal): -15117995 or 5591321. OLE color: 5591321.

HSL color Cylindrical-coordinate representation of color #195155: hue angle of 184º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195155 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB258185-
CMYK0.710.0500.67
HSL184º54.55%21.57%-
HSV(B)184º70.59%33.33%-
XYZ4.986.759.63-
YUV64.71139.4599.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=13.09%
G=42.41%
B=44.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2581850.710.0500.6718454.5521.57
Hex195155475043b83716
Octal31121125107501032706726
Binary11001101000110101011000111101010000111011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195155; }

 p { color: rgb(25,81,85); }

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

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

 a { background-color: rgb(25,81,85); }

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

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

 span { border-color: rgb(25,81,85); }

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