Html Css Color HEX #195159 Teal Blue

📋 copy color: '#195159'

red 25 ◦ green 81 ◦ blue 89

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

Shades of Teal Blue #195159

Tints of Teal Blue #195159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 12.82%
G = 41.54%
B = 45.64%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195159 (or 0x195159) is known color: Teal Blue. HEX triplet: 19, 51 and 59. RGB value is (25,81,89). Sum of RGB (Red+Green+Blue) = 25+81+89=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #195159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195159 is #E6AEA6. Grayscale: #414141. Windows color (decimal): -15117991 or 5853465. OLE color: 5853465.

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

Color convert

RGB 25 81 89 -
CMYK 0.72 0.09 0 0.65
HSL 187.5º 0.56% 0.22% -
HSV(B) 187.5º 0.72% 0.35% -
XYZ 5.15 6.81 10.49 -
YUV 65.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 25 81 89 0.72 0.09 0 0.65 187.5 0.56 0.22
Hex 19 51 59 48 9 0 41 BC 38 16
Octal 31 121 131 110 11 0 101 274 70 26
Binary 11001 1010001 1011001 1001000 1001 0 1000001 10111100 111000 10110

Color Harmonies of #195159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195159

Black with #195159

Text Example


Text Example

White with #195159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195159; }

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

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

background-color css

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

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

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

border-color css

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

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

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