Html Css Color HEX #196E76 Allports

📋 copy color: '#196E76'

red 25 ◦ green 110 ◦ blue 118

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

Shades of Allports #196E76

Tints of Allports #196E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

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

R = 9.88%
G = 43.48%
B = 46.64%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196E76 (or 0x196E76) is known color: Allports. HEX triplet: 19, 6E and 76. RGB value is (25,110,118). Sum of RGB (Red+Green+Blue) = 25+110+118=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #196E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E76 is #E69189. Grayscale: #555555. Windows color (decimal): -15110538 or 7761433. OLE color: 7761433.

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

Color convert

RGB 25 110 118 -
CMYK 0.79 0.07 0 0.54
HSL 185.16º 0.65% 0.28% -
HSV(B) 185.16º 0.79% 0.46% -
XYZ 9.25 12.67 19.1 -
YUV 85.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 25 110 118 0.79 0.07 0 0.54 185.16 0.65 0.28
Hex 19 6E 76 4F 7 0 36 B9 41 1C
Octal 31 156 166 117 7 0 66 271 101 34
Binary 11001 1101110 1110110 1001111 111 0 110110 10111001 1000001 11100

Color Harmonies of #196E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196E76

Black with #196E76

Text Example


Text Example

White with #196E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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