Html Css Color HEX #196D62 Blue Stone

📋 copy color: '#196D62'

red 25 ◦ green 109 ◦ blue 98

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

Shades of Blue Stone #196D62

Tints of Blue Stone #196D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 10.78%
G = 46.98%
B = 42.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#196D62 (or 0x196D62) is known color: Blue Stone. HEX triplet: 19, 6D and 62. RGB value is (25,109,98). Sum of RGB (Red+Green+Blue) = 25+109+98=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #196D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D62 is #E6929D. Grayscale: #525252. Windows color (decimal): -15110814 or 6450457. OLE color: 6450457.

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

Color convert

RGB 25 109 98 -
CMYK 0.77 0 0.10 0.57
HSL 172.14º 0.63% 0.26% -
HSV(B) 172.14º 0.77% 0.43% -
XYZ 8.07 12.03 13.45 -
YUV 82.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 25 109 98 0.77 0 0.10 0.57 172.14 0.63 0.26
Hex 19 6D 62 4D 0 A 39 AC 3F 1A
Octal 31 155 142 115 0 12 71 254 77 32
Binary 11001 1101101 1100010 1001101 0 1010 111001 10101100 111111 11010

Color Harmonies of #196D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D62

Black with #196D62

Text Example


Text Example

White with #196D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,98); }

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

background-color css

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

 a { background-color: rgb(25,109,98); }

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

border-color css

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

 span { border-color: rgb(25,109,98); }

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