Html Css Color HEX #196B6E Blue Stone

📋 copy color: '#196B6E'

red 25 ◦ green 107 ◦ blue 110

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

Shades of Blue Stone #196B6E

Tints of Blue Stone #196B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 10.33%
G = 44.21%
B = 45.45%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#196B6E (or 0x196B6E) is known color: Blue Stone. HEX triplet: 19, 6B and 6E. RGB value is (25,107,110). Sum of RGB (Red+Green+Blue) = 25+107+110=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #196B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B6E is #E69491. Grayscale: #525252. Windows color (decimal): -15111314 or 7236377. OLE color: 7236377.

HSL color Cylindrical-coordinate representation of color #196B6E: hue angle of 182.12º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B6E is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 107 110 -
CMYK 0.77 0.03 0 0.57
HSL 182.12º 0.63% 0.26% -
HSV(B) 182.12º 0.77% 0.43% -
XYZ 8.47 11.85 16.59 -
YUV 82.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 25 107 110 0.77 0.03 0 0.57 182.12 0.63 0.26
Hex 19 6B 6E 4D 3 0 39 B6 3F 1A
Octal 31 153 156 115 3 0 71 266 77 32
Binary 11001 1101011 1101110 1001101 11 0 111001 10110110 111111 11010

Color Harmonies of #196B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B6E

Black with #196B6E

Text Example


Text Example

White with #196B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,110); }

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

background-color css

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

 a { background-color: rgb(25,107,110); }

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

border-color css

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

 span { border-color: rgb(25,107,110); }

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