Html Css Color HEX #195155 Teal Blue

📋 copy color: '#195155'

red 25 ◦ green 81 ◦ blue 85

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

Shades of Teal Blue #195155

Tints of Teal Blue #195155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 13.09%
G = 42.41%
B = 44.5%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195155 (or 0x195155) is known color: Teal Blue. HEX triplet: 19, 51 and 55. RGB value is (25,81,85). Sum of RGB (Red+Green+Blue) = 25+81+85=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #195155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195155 is #E6AEAA. Grayscale: #404040. Windows color (decimal): -15117995 or 5591321. OLE color: 5591321.

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

Color convert

RGB 25 81 85 -
CMYK 0.71 0.05 0 0.67
HSL 184º 0.55% 0.22% -
HSV(B) 184º 0.71% 0.33% -
XYZ 4.98 6.75 9.63 -
YUV 64.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 25 81 85 0.71 0.05 0 0.67 184 0.55 0.22
Hex 19 51 55 47 5 0 43 B8 37 16
Octal 31 121 125 107 5 0 103 270 67 26
Binary 11001 1010001 1010101 1000111 101 0 1000011 10111000 110111 10110

Color Harmonies of #195155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195155

Black with #195155

Text Example


Text Example

White with #195155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195155; }

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

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

background-color css

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

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

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

border-color css

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

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

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