Html Css Color HEX #196F63 Blue Stone

📋 copy color: '#196F63'

red 25 ◦ green 111 ◦ blue 99

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

Shades of Blue Stone #196F63

Tints of Blue Stone #196F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.23%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 10.64%
G = 47.23%
B = 42.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#196F63 (or 0x196F63) is known color: Blue Stone. HEX triplet: 19, 6F and 63. RGB value is (25,111,99). Sum of RGB (Red+Green+Blue) = 25+111+99=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #196F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F63 is #E6909C. Grayscale: #535353. Windows color (decimal): -15110301 or 6516505. OLE color: 6516505.

HSL color Cylindrical-coordinate representation of color #196F63: hue angle of 171.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F63 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 99 -
CMYK 0.77 0 0.11 0.56
HSL 171.63º 0.63% 0.27% -
HSV(B) 171.63º 0.77% 0.44% -
XYZ 8.34 12.48 13.77 -
YUV 83.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 25 111 99 0.77 0 0.11 0.56 171.63 0.63 0.27
Hex 19 6F 63 4D 0 B 38 AC 3F 1B
Octal 31 157 143 115 0 13 70 254 77 33
Binary 11001 1101111 1100011 1001101 0 1011 111000 10101100 111111 11011

Color Harmonies of #196F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F63

Black with #196F63

Text Example


Text Example

White with #196F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,111,99); }

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

background-color css

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

 a { background-color: rgb(25,111,99); }

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

border-color css

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

 span { border-color: rgb(25,111,99); }

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