#196D78

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

Shades of Allports #196D78

Tints of Allports #196D78

Color information

#196D78 (or 0x196D78) is unknown color: approx Allports. HEX triplet: 19, 6D and 78. RGB value is (25,109,120). Sum of RGB (Red+Green+Blue) = 25+109+120=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #196D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D78 is #E69287. Grayscale: #555555. Windows color (decimal): -15110792 or 7892249. OLE color: 7892249.

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

Color convert

RGB25109120-
CMYK0.790.0900.53
HSL186.95º65.52%28.43%-
HSV(B)186.95º79.17%47.06%-
XYZ9.2612.519.69-
YUV85.14147.6785.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=9.84%
G=42.91%
B=47.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251091200.790.0900.53186.9565.5228.43
Hex196D784F9035bb421c
Octal311551701171106527310234
Binary110011101101111100010011111001011010110111011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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