#196A7A

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

Shades of Allports #196A7A

Tints of Allports #196A7A

Color information

#196A7A (or 0x196A7A) is unknown color: approx Allports. HEX triplet: 19, 6A and 7A. RGB value is (25,106,122). Sum of RGB (Red+Green+Blue) = 25+106+122=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #196A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A7A is #E69585. Grayscale: #535353. Windows color (decimal): -15111558 or 8022553. OLE color: 8022553.

HSL color Cylindrical-coordinate representation of color #196A7A: hue angle of 189.9º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196A7A is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB25106122-
CMYK0.800.1300.52
HSL189.9º65.99%28.82%-
HSV(B)189.9º79.51%47.84%-
XYZ9.0711.9220.24-
YUV83.6149.6686.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=9.88%
G=41.90%
B=48.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251061220.800.1300.52189.965.9928.82
Hex196A7A50D034be421d
Octal311521721201506427610235
Binary110011101010111101010100001101011010010111110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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