#196A77

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

Shades of Allports #196A77

Tints of Allports #196A77

Color information

#196A77 (or 0x196A77) is unknown color: approx Allports. HEX triplet: 19, 6A and 77. RGB value is (25,106,119). Sum of RGB (Red+Green+Blue) = 25+106+119=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #196A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A77 is #E69588. Grayscale: #535353. Windows color (decimal): -15111561 or 7825945. OLE color: 7825945.

HSL color Cylindrical-coordinate representation of color #196A77: hue angle of 188.3º 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 #196A77 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25106119-
CMYK0.790.1100.53
HSL188.3º65.28%28.24%-
HSV(B)188.3º78.99%46.67%-
XYZ8.8811.8519.27-
YUV83.26148.1686.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=10%
G=42.4%
B=47.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251061190.790.1100.53188.365.2828.24
Hex196A774FB035bc411c
Octal311521671171306527410134
Binary110011101010111011110011111011011010110111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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