Html Css Color HEX #196C5F Blue Stone

📋 copy color: '#196C5F'

red 25 ◦ green 108 ◦ blue 95

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

Shades of Blue Stone #196C5F

Tints of Blue Stone #196C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 10.96%
G = 47.37%
B = 41.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#196C5F (or 0x196C5F) is known color: Blue Stone. HEX triplet: 19, 6C and 5F. RGB value is (25,108,95). Sum of RGB (Red+Green+Blue) = 25+108+95=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #196C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C5F is #E693A0. Grayscale: #515151. Windows color (decimal): -15111073 or 6253593. OLE color: 6253593.

HSL color Cylindrical-coordinate representation of color #196C5F: hue angle of 170.6º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C5F is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 108 95 -
CMYK 0.77 0 0.12 0.58
HSL 170.6º 0.62% 0.26% -
HSV(B) 170.6º 0.77% 0.42% -
XYZ 7.83 11.76 12.68 -
YUV 81.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 25 108 95 0.77 0 0.12 0.58 170.6 0.62 0.26
Hex 19 6C 5F 4D 0 C 3A AB 3E 1A
Octal 31 154 137 115 0 14 72 253 76 32
Binary 11001 1101100 1011111 1001101 0 1100 111010 10101011 111110 11010

Color Harmonies of #196C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C5F

Black with #196C5F

Text Example


Text Example

White with #196C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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