#196B77

Color #196B77 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #196B77

Tints of Allports #196B77

Color information

#196B77 (or 0x196B77) is unknown color: approx Allports. HEX triplet: 19, 6B and 77. RGB value is (25,107,119). Sum of RGB (Red+Green+Blue) = 25+107+119=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #196B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B77 is #E69488. Grayscale: #535353. Windows color (decimal): -15111305 or 7826201. OLE color: 7826201.

HSL color Cylindrical-coordinate representation of color #196B77: hue angle of 187.66º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196B77 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25107119-
CMYK0.790.1000.53
HSL187.66º65.28%28.24%-
HSV(B)187.66º78.99%46.67%-
XYZ8.9912.0519.31-
YUV83.85147.8386.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=9.96%
G=42.63%
B=47.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251071190.790.1000.53187.6665.2828.24
Hex196B774FA035bc411c
Octal311531671171206527410134
Binary110011101011111011110011111010011010110111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #196B77;
 }
 .AnyTagClassName
 {
   color: #196B77;
 }
</style>
background-color css

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

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

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

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

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

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