Shades of Teal Blue #195360
Tints of Teal Blue #195360
RGB
CMYK
RGB Variations
Color information
#195360 (or 0x195360) is known color: Teal Blue. HEX triplet: 19, 53 and 60. RGB value is (25,83,96). Sum of RGB (Red+Green+Blue) = 25+83+96=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #195360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195360 is #E6AC9F. Grayscale: #434343. Windows color (decimal): -15117472 or 6312729. OLE color: 6312729.
HSL color Cylindrical-coordinate representation of color #195360: hue angle of 190.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195360 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 83 | 96 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.62 |
| HSL | 190.99º | 0.59% | 0.24% | - |
| HSV(B) | 190.99º | 0.74% | 0.38% | - |
| XYZ | 5.61 | 7.24 | 12.17 | - |
| YUV | 67.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 96 | 0.74 | 0.14 | 0 | 0.62 | 190.99 | 0.59 | 0.24 |
| Hex | 19 | 53 | 60 | 4A | E | 0 | 3E | BF | 3B | 18 |
| Octal | 31 | 123 | 140 | 112 | 16 | 0 | 76 | 277 | 73 | 30 |
| Binary | 11001 | 1010011 | 1100000 | 1001010 | 1110 | 0 | 111110 | 10111111 | 111011 | 11000 |
Color Harmonies of #195360
Complementary color
Monochromatic Colors of #195360
Black with #195360
Text Example
Text Example
White with #195360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195360; }
p { color: rgb(25,83,96); }
H1.HeaderClassName
{
color: #195360;
}
.AnyTagClassName
{
color: #195360;
}
</style>
background-color css
<style>
a { background-color: #195360; }
a { background-color: rgb(25,83,96); }
div.DivClassName
{
background-color: #195360;
}
.BgClassName
{
background-color: #195360;
}
</style>
border-color css
<style>
span { border-color: #195360; }
span { border-color: rgb(25,83,96); }
td.TdClassName
{
border-color: #195360;
}
.TagClassName
{
border-color: #195360;
}
</style>