Html Css Color HEX #195060 Teal Blue

📋 copy color: '#195060'

red 25 ◦ green 80 ◦ blue 96

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

Shades of Teal Blue #195060

Tints of Teal Blue #195060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 12.44%
G = 39.8%
B = 47.76%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195060 (or 0x195060) is known color: Teal Blue. HEX triplet: 19, 50 and 60. RGB value is (25,80,96). Sum of RGB (Red+Green+Blue) = 25+80+96=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #195060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195060 is #E6AF9F. Grayscale: #414141. Windows color (decimal): -15118240 or 6311961. OLE color: 6311961.

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

Color convert

RGB 25 80 96 -
CMYK 0.74 0.17 0 0.62
HSL 193.52º 0.59% 0.24% -
HSV(B) 193.52º 0.74% 0.38% -
XYZ 5.38 6.79 12.09 -
YUV 65.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 25 80 96 0.74 0.17 0 0.62 193.52 0.59 0.24
Hex 19 50 60 4A 11 0 3E C2 3B 18
Octal 31 120 140 112 21 0 76 302 73 30
Binary 11001 1010000 1100000 1001010 10001 0 111110 11000010 111011 11000

Color Harmonies of #195060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195060

Black with #195060

Text Example


Text Example

White with #195060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195060; }

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

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

background-color css

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

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

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

border-color css

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

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

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