Html Css Color HEX #196E65 Blue Stone

📋 copy color: '#196E65'

red 25 ◦ green 110 ◦ blue 101

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

Shades of Blue Stone #196E65

Tints of Blue Stone #196E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.61%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 10.59%
G = 46.61%
B = 42.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#196E65 (or 0x196E65) is known color: Blue Stone. HEX triplet: 19, 6E and 65. RGB value is (25,110,101). Sum of RGB (Red+Green+Blue) = 25+110+101=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #196E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E65 is #E6919A. Grayscale: #535353. Windows color (decimal): -15110555 or 6647321. OLE color: 6647321.

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

Color convert

RGB 25 110 101 -
CMYK 0.77 0 0.08 0.57
HSL 173.65º 0.63% 0.26% -
HSV(B) 173.65º 0.77% 0.43% -
XYZ 8.33 12.3 14.25 -
YUV 83.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 25 110 101 0.77 0 0.08 0.57 173.65 0.63 0.26
Hex 19 6E 65 4D 0 8 39 AE 3F 1A
Octal 31 156 145 115 0 10 71 256 77 32
Binary 11001 1101110 1100101 1001101 0 1000 111001 10101110 111111 11010

Color Harmonies of #196E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196E65

Black with #196E65

Text Example


Text Example

White with #196E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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