Html Css Color HEX #197C80 Atoll

📋 copy color: '#197C80'

red 25 ◦ green 124 ◦ blue 128

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

Shades of Atoll #197C80

Tints of Atoll #197C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 9.03%
G = 44.77%
B = 46.21%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#197C80 (or 0x197C80) is known color: Atoll. HEX triplet: 19, 7C and 80. RGB value is (25,124,128). Sum of RGB (Red+Green+Blue) = 25+124+128=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #197C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C80 is #E6837F. Grayscale: #5E5E5E. Windows color (decimal): -15106944 or 8420377. OLE color: 8420377.

HSL color Cylindrical-coordinate representation of color #197C80: hue angle of 182.33º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C80 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 124 128 -
CMYK 0.80 0.03 0 0.50
HSL 182.33º 0.67% 0.3% -
HSV(B) 182.33º 0.8% 0.5% -
XYZ 11.5 16.18 22.94 -
YUV 94.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 25 124 128 0.80 0.03 0 0.50 182.33 0.67 0.3
Hex 19 7C 80 50 3 0 32 B6 43 1E
Octal 31 174 200 120 3 0 62 266 103 36
Binary 11001 1111100 10000000 1010000 11 0 110010 10110110 1000011 11110

Color Harmonies of #197C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C80

Black with #197C80

Text Example


Text Example

White with #197C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197C80; }

 p { color: rgb(25,124,128); }

 H1.HeaderClassName
 {
   color: #197C80;
 }
 .AnyTagClassName
 {
   color: #197C80;
 }
</style>

background-color css

<style>
 a { background-color: #197C80; }

 a { background-color: rgb(25,124,128); }

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

border-color css

<style>
 span { border-color: #197C80; }

 span { border-color: rgb(25,124,128); }

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