#195058

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

Shades of Teal Blue #195058

Tints of Teal Blue #195058

Color information

#195058 (or 0x195058) is unknown color: approx Teal Blue. HEX triplet: 19, 50 and 58. RGB value is (25,80,88). Sum of RGB (Red+Green+Blue) = 25+80+88=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #195058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195058 is #E6AFA7. Grayscale: #404040. Windows color (decimal): -15118248 or 5787673. OLE color: 5787673.

HSL color Cylindrical-coordinate representation of color #195058: hue angle of 187.62º 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 #195058 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258088-
CMYK0.720.0900.65
HSL187.62º55.75%22.16%-
HSV(B)187.62º71.59%34.51%-
XYZ5.036.6510.25-
YUV64.47141.2899.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=12.95%
G=41.45%
B=45.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2580880.720.0900.65187.6255.7522.16
Hex195058489041bc3816
Octal311201301101101012747026
Binary110011010000101100010010001001010000011011110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195058; }

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

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

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

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

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

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

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

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