#196B76

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

Shades of Allports #196B76

Tints of Allports #196B76

Color information

#196B76 (or 0x196B76) is unknown color: approx Allports. HEX triplet: 19, 6B and 76. RGB value is (25,107,118). Sum of RGB (Red+Green+Blue) = 25+107+118=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #196B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B76 is #E69489. Grayscale: #535353. Windows color (decimal): -15111306 or 7760665. OLE color: 7760665.

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

Color convert

RGB25107118-
CMYK0.790.0900.54
HSL187.1º65.03%28.04%-
HSV(B)187.1º78.81%46.27%-
XYZ8.9312.0318.99-
YUV83.74147.3386.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=10%
G=42.8%
B=47.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251071180.790.0900.54187.165.0328.04
Hex196B764F9036bb411c
Octal311531661171106627310134
Binary110011101011111011010011111001011011010111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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