Html Css Color HEX #196C70 Blue Stone

📋 copy color: '#196C70'

red 25 ◦ green 108 ◦ blue 112

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

Shades of Blue Stone #196C70

Tints of Blue Stone #196C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 10.2%
G = 44.08%
B = 45.71%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196C70 (or 0x196C70) is known color: Blue Stone. HEX triplet: 19, 6C and 70. RGB value is (25,108,112). Sum of RGB (Red+Green+Blue) = 25+108+112=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #196C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C70 is #E6938F. Grayscale: #535353. Windows color (decimal): -15111056 or 7367705. OLE color: 7367705.

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

Color convert

RGB 25 108 112 -
CMYK 0.78 0.04 0 0.56
HSL 182.76º 0.64% 0.27% -
HSV(B) 182.76º 0.78% 0.44% -
XYZ 8.69 12.1 17.21 -
YUV 83.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 25 108 112 0.78 0.04 0 0.56 182.76 0.64 0.27
Hex 19 6C 70 4E 4 0 38 B7 40 1B
Octal 31 154 160 116 4 0 70 267 100 33
Binary 11001 1101100 1110000 1001110 100 0 111000 10110111 1000000 11011

Color Harmonies of #196C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C70

Black with #196C70

Text Example


Text Example

White with #196C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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