Html Css Color HEX #196C78 Allports

📋 copy color: '#196C78'

red 25 ◦ green 108 ◦ blue 120

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

Shades of Allports #196C78

Tints of Allports #196C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 9.88%
G = 42.69%
B = 47.43%

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

#196C78 (or 0x196C78) is known color: Allports. HEX triplet: 19, 6C and 78. RGB value is (25,108,120). Sum of RGB (Red+Green+Blue) = 25+108+120=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #196C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C78 is #E69387. Grayscale: #545454. Windows color (decimal): -15111048 or 7891993. OLE color: 7891993.

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

Color convert

RGB 25 108 120 -
CMYK 0.79 0.10 0 0.53
HSL 187.58º 0.66% 0.28% -
HSV(B) 187.58º 0.79% 0.47% -
XYZ 9.15 12.29 19.66 -
YUV 84.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 25 108 120 0.79 0.10 0 0.53 187.58 0.66 0.28
Hex 19 6C 78 4F A 0 35 BC 42 1C
Octal 31 154 170 117 12 0 65 274 102 34
Binary 11001 1101100 1111000 1001111 1010 0 110101 10111100 1000010 11100

Color Harmonies of #196C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C78

Black with #196C78

Text Example


Text Example

White with #196C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,120); }

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

background-color css

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

 a { background-color: rgb(25,108,120); }

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

border-color css

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

 span { border-color: rgb(25,108,120); }

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