Html Css Color HEX #196D77 Allports

📋 copy color: '#196D77'

red 25 ◦ green 109 ◦ blue 119

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

Shades of Allports #196D77

Tints of Allports #196D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.08%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 9.88%
G = 43.08%
B = 47.04%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196D77 (or 0x196D77) is known color: Allports. HEX triplet: 19, 6D and 77. RGB value is (25,109,119). Sum of RGB (Red+Green+Blue) = 25+109+119=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #196D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D77 is #E69288. Grayscale: #545454. Windows color (decimal): -15110793 or 7826713. OLE color: 7826713.

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

Color convert

RGB 25 109 119 -
CMYK 0.79 0.08 0 0.53
HSL 186.38º 0.65% 0.28% -
HSV(B) 186.38º 0.79% 0.47% -
XYZ 9.2 12.48 19.38 -
YUV 85.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 25 109 119 0.79 0.08 0 0.53 186.38 0.65 0.28
Hex 19 6D 77 4F 8 0 35 BA 41 1C
Octal 31 155 167 117 10 0 65 272 101 34
Binary 11001 1101101 1110111 1001111 1000 0 110101 10111010 1000001 11100

Color Harmonies of #196D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D77

Black with #196D77

Text Example


Text Example

White with #196D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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