Html Css Color HEX #196F6C Blue Stone

📋 copy color: '#196F6C'

red 25 ◦ green 111 ◦ blue 108

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

Shades of Blue Stone #196F6C

Tints of Blue Stone #196F6C

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 25 111 108 -
CMYK 0.77 0 0.03 0.56
HSL 177.91º 0.63% 0.27% -
HSV(B) 177.91º 0.77% 0.44% -
XYZ 8.79 12.66 16.17 -
YUV 84.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 25 111 108 0.77 0 0.03 0.56 177.91 0.63 0.27
Hex 19 6F 6C 4D 0 3 38 B2 3F 1B
Octal 31 157 154 115 0 3 70 262 77 33
Binary 11001 1101111 1101100 1001101 0 11 111000 10110010 111111 11011

Color Harmonies of #196F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F6C

Black with #196F6C

Text Example


Text Example

White with #196F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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