Html Css Color HEX #196A76 Allports

📋 copy color: '#196A76'

red 25 ◦ green 106 ◦ blue 118

#196A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #196A76

Tints of Allports #196A76

RGB

 RED value IS 25 (10.16% from 255) = 10.04%

 GREEN value IS 106 (41.8% from 255) = 42.57%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 10.04%
G = 42.57%
B = 47.39%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196A76 (or 0x196A76) is known color: Allports. HEX triplet: 19, 6A and 76. RGB value is (25,106,118). Sum of RGB (Red+Green+Blue) = 25+106+118=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #196A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A76 is #E69589. Grayscale: #535353. Windows color (decimal): -15111562 or 7760409. OLE color: 7760409.

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

Color convert

RGB 25 106 118 -
CMYK 0.79 0.10 0 0.54
HSL 187.74º 0.65% 0.28% -
HSV(B) 187.74º 0.79% 0.46% -
XYZ 8.82 11.82 18.96 -
YUV 83.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 25 106 118 0.79 0.10 0 0.54 187.74 0.65 0.28
Hex 19 6A 76 4F A 0 36 BC 41 1C
Octal 31 152 166 117 12 0 66 274 101 34
Binary 11001 1101010 1110110 1001111 1010 0 110110 10111100 1000001 11100

Color Harmonies of #196A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196A76

Black with #196A76

Text Example


Text Example

White with #196A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #196A76;
 }
 .AnyTagClassName
 {
   color: #196A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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