Html Css Color HEX #196C6F Blue Stone

📋 copy color: '#196C6F'

red 25 ◦ green 108 ◦ blue 111

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

Shades of Blue Stone #196C6F

Tints of Blue Stone #196C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 10.25%
G = 44.26%
B = 45.49%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196C6F (or 0x196C6F) is known color: Blue Stone. HEX triplet: 19, 6C and 6F. RGB value is (25,108,111). Sum of RGB (Red+Green+Blue) = 25+108+111=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #196C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C6F is #E69390. Grayscale: #535353. Windows color (decimal): -15111057 or 7302169. OLE color: 7302169.

HSL color Cylindrical-coordinate representation of color #196C6F: hue angle of 182.09º 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 #196C6F is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 108 111 -
CMYK 0.77 0.03 0 0.56
HSL 182.09º 0.63% 0.27% -
HSV(B) 182.09º 0.77% 0.44% -
XYZ 8.63 12.08 16.92 -
YUV 83.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 25 108 111 0.77 0.03 0 0.56 182.09 0.63 0.27
Hex 19 6C 6F 4D 3 0 38 B6 3F 1B
Octal 31 154 157 115 3 0 70 266 77 33
Binary 11001 1101100 1101111 1001101 11 0 111000 10110110 111111 11011

Color Harmonies of #196C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C6F

Black with #196C6F

Text Example


Text Example

White with #196C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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