Html Css Color HEX #196C60 Blue Stone

📋 copy color: '#196C60'

red 25 ◦ green 108 ◦ blue 96

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

Shades of Blue Stone #196C60

Tints of Blue Stone #196C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.16%

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

R = 10.92%
G = 47.16%
B = 41.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#196C60 (or 0x196C60) is known color: Blue Stone. HEX triplet: 19, 6C and 60. RGB value is (25,108,96). Sum of RGB (Red+Green+Blue) = 25+108+96=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #196C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C60 is #E6939F. Grayscale: #515151. Windows color (decimal): -15111072 or 6319129. OLE color: 6319129.

HSL color Cylindrical-coordinate representation of color #196C60: hue angle of 171.33º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C60 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 108 96 -
CMYK 0.77 0 0.11 0.58
HSL 171.33º 0.62% 0.26% -
HSV(B) 171.33º 0.77% 0.42% -
XYZ 7.87 11.78 12.92 -
YUV 81.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 25 108 96 0.77 0 0.11 0.58 171.33 0.62 0.26
Hex 19 6C 60 4D 0 B 3A AB 3E 1A
Octal 31 154 140 115 0 13 72 253 76 32
Binary 11001 1101100 1100000 1001101 0 1011 111010 10101011 111110 11010

Color Harmonies of #196C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C60

Black with #196C60

Text Example


Text Example

White with #196C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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