Html Css Color HEX #195156 Teal Blue

📋 copy color: '#195156'

red 25 ◦ green 81 ◦ blue 86

#195156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #195156

Tints of Teal Blue #195156

RGB

 RED value IS 25 (10.16% from 255) = 13.02%

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 13.02%
G = 42.19%
B = 44.79%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#195156 (or 0x195156) is known color: Teal Blue. HEX triplet: 19, 51 and 56. RGB value is (25,81,86). Sum of RGB (Red+Green+Blue) = 25+81+86=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #195156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195156 is #E6AEA9. Grayscale: #404040. Windows color (decimal): -15117994 or 5656857. OLE color: 5656857.

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

Color convert

RGB 25 81 86 -
CMYK 0.71 0.06 0 0.66
HSL 184.92º 0.55% 0.22% -
HSV(B) 184.92º 0.71% 0.34% -
XYZ 5.02 6.76 9.84 -
YUV 64.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 25 81 86 0.71 0.06 0 0.66 184.92 0.55 0.22
Hex 19 51 56 47 6 0 42 B9 37 16
Octal 31 121 126 107 6 0 102 271 67 26
Binary 11001 1010001 1010110 1000111 110 0 1000010 10111001 110111 10110

Color Harmonies of #195156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195156

Black with #195156

Text Example


Text Example

White with #195156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195156; }

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

 H1.HeaderClassName
 {
   color: #195156;
 }
 .AnyTagClassName
 {
   color: #195156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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