#195258

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

Shades of Teal Blue #195258

Tints of Teal Blue #195258

Color information

#195258 (or 0x195258) is unknown color: approx Teal Blue. HEX triplet: 19, 52 and 58. RGB value is (25,82,88). Sum of RGB (Red+Green+Blue) = 25+82+88=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #195258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195258 is #E6ADA7. Grayscale: #414141. Windows color (decimal): -15117736 or 5788185. OLE color: 5788185.

HSL color Cylindrical-coordinate representation of color #195258: hue angle of 185.71º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195258 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258288-
CMYK0.720.0700.65
HSL185.71º55.75%22.16%-
HSV(B)185.71º71.59%34.51%-
XYZ5.186.9510.3-
YUV65.64140.6299.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=12.82%
G=42.05%
B=45.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2582880.720.0700.65185.7155.7522.16
Hex195258487041ba3816
Octal31122130110701012727026
Binary11001101001010110001001000111010000011011101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195258; }

 p { color: rgb(25,82,88); }

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

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

 a { background-color: rgb(25,82,88); }

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

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

 span { border-color: rgb(25,82,88); }

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