Html Css Color HEX #195361 Teal Blue

📋 copy color: '#195361'

red 25 ◦ green 83 ◦ blue 97

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

Shades of Teal Blue #195361

Tints of Teal Blue #195361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 12.2%
G = 40.49%
B = 47.32%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195361 (or 0x195361) is known color: Teal Blue. HEX triplet: 19, 53 and 61. RGB value is (25,83,97). Sum of RGB (Red+Green+Blue) = 25+83+97=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #195361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195361 is #E6AC9E. Grayscale: #434343. Windows color (decimal): -15117471 or 6378265. OLE color: 6378265.

HSL color Cylindrical-coordinate representation of color #195361: hue angle of 191.67º 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 #195361 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 83 97 -
CMYK 0.74 0.14 0 0.62
HSL 191.67º 0.59% 0.24% -
HSV(B) 191.67º 0.74% 0.38% -
XYZ 5.65 7.26 12.41 -
YUV 67.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 25 83 97 0.74 0.14 0 0.62 191.67 0.59 0.24
Hex 19 53 61 4A E 0 3E C0 3B 18
Octal 31 123 141 112 16 0 76 300 73 30
Binary 11001 1010011 1100001 1001010 1110 0 111110 11000000 111011 11000

Color Harmonies of #195361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195361

Black with #195361

Text Example


Text Example

White with #195361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195361; }

 p { color: rgb(25,83,97); }

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

background-color css

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

 a { background-color: rgb(25,83,97); }

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

border-color css

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

 span { border-color: rgb(25,83,97); }

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