Html Css Color HEX #196B77 Allports

📋 copy color: '#196B77'

red 25 ◦ green 107 ◦ blue 119

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

Shades of Allports #196B77

Tints of Allports #196B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

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

R = 9.96%
G = 42.63%
B = 47.41%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196B77 (or 0x196B77) is known color: Allports. HEX triplet: 19, 6B and 77. RGB value is (25,107,119). Sum of RGB (Red+Green+Blue) = 25+107+119=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #196B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B77 is #E69488. Grayscale: #535353. Windows color (decimal): -15111305 or 7826201. OLE color: 7826201.

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

Color convert

RGB 25 107 119 -
CMYK 0.79 0.10 0 0.53
HSL 187.66º 0.65% 0.28% -
HSV(B) 187.66º 0.79% 0.47% -
XYZ 8.99 12.05 19.31 -
YUV 83.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 25 107 119 0.79 0.10 0 0.53 187.66 0.65 0.28
Hex 19 6B 77 4F A 0 35 BC 41 1C
Octal 31 153 167 117 12 0 65 274 101 34
Binary 11001 1101011 1110111 1001111 1010 0 110101 10111100 1000001 11100

Color Harmonies of #196B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B77

Black with #196B77

Text Example


Text Example

White with #196B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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