Html Css Color HEX #196660 Blue Stone

📋 copy color: '#196660'

red 25 ◦ green 102 ◦ blue 96

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

Shades of Blue Stone #196660

Tints of Blue Stone #196660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 11.21%
G = 45.74%
B = 43.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#196660 (or 0x196660) is known color: Blue Stone. HEX triplet: 19, 66 and 60. RGB value is (25,102,96). Sum of RGB (Red+Green+Blue) = 25+102+96=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #196660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196660 is #E6999F. Grayscale: #4E4E4E. Windows color (decimal): -15112608 or 6317593. OLE color: 6317593.

HSL color Cylindrical-coordinate representation of color #196660: hue angle of 175.32º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196660 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 102 96 -
CMYK 0.75 0 0.06 0.6
HSL 175.32º 0.61% 0.25% -
HSV(B) 175.32º 0.75% 0.4% -
XYZ 7.26 10.55 12.72 -
YUV 78.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 25 102 96 0.75 0 0.06 0.6 175.32 0.61 0.25
Hex 19 66 60 4B 0 6 3C AF 3D 19
Octal 31 146 140 113 0 6 74 257 75 31
Binary 11001 1100110 1100000 1001011 0 110 111100 10101111 111101 11001

Color Harmonies of #196660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196660

Black with #196660

Text Example


Text Example

White with #196660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196660; }

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

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

background-color css

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

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

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

border-color css

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

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

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