Html Css Color HEX #195460 Teal Blue

📋 copy color: '#195460'

red 25 ◦ green 84 ◦ blue 96

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

Shades of Teal Blue #195460

Tints of Teal Blue #195460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 12.2%
G = 40.98%
B = 46.83%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195460 (or 0x195460) is known color: Teal Blue. HEX triplet: 19, 54 and 60. RGB value is (25,84,96). Sum of RGB (Red+Green+Blue) = 25+84+96=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #195460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195460 is #E6AB9F. Grayscale: #434343. Windows color (decimal): -15117216 or 6312985. OLE color: 6312985.

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

Color convert

RGB 25 84 96 -
CMYK 0.74 0.12 0 0.62
HSL 190.14º 0.59% 0.24% -
HSV(B) 190.14º 0.74% 0.38% -
XYZ 5.68 7.39 12.19 -
YUV 67.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 25 84 96 0.74 0.12 0 0.62 190.14 0.59 0.24
Hex 19 54 60 4A C 0 3E BE 3B 18
Octal 31 124 140 112 14 0 76 276 73 30
Binary 11001 1010100 1100000 1001010 1100 0 111110 10111110 111011 11000

Color Harmonies of #195460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195460

Black with #195460

Text Example


Text Example

White with #195460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195460; }

 p { color: rgb(25,84,96); }

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

background-color css

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

 a { background-color: rgb(25,84,96); }

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

border-color css

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

 span { border-color: rgb(25,84,96); }

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