Html Css Color HEX #196C69 Blue Stone

📋 copy color: '#196C69'

red 25 ◦ green 108 ◦ blue 105

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

Shades of Blue Stone #196C69

Tints of Blue Stone #196C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 10.5%
G = 45.38%
B = 44.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#196C69 (or 0x196C69) is known color: Blue Stone. HEX triplet: 19, 6C and 69. RGB value is (25,108,105). Sum of RGB (Red+Green+Blue) = 25+108+105=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #196C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C69 is #E69396. Grayscale: #525252. Windows color (decimal): -15111063 or 6908953. OLE color: 6908953.

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

Color convert

RGB 25 108 105 -
CMYK 0.77 0 0.03 0.58
HSL 177.83º 0.62% 0.26% -
HSV(B) 177.83º 0.77% 0.42% -
XYZ 8.31 11.95 15.23 -
YUV 82.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 25 108 105 0.77 0 0.03 0.58 177.83 0.62 0.26
Hex 19 6C 69 4D 0 3 3A B2 3E 1A
Octal 31 154 151 115 0 3 72 262 76 32
Binary 11001 1101100 1101001 1001101 0 11 111010 10110010 111110 11010

Color Harmonies of #196C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C69

Black with #196C69

Text Example


Text Example

White with #196C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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