Html Css Color HEX #197D80 Atoll

📋 copy color: '#197D80'

red 25 ◦ green 125 ◦ blue 128

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

Shades of Atoll #197D80

Tints of Atoll #197D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.96%

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

R = 8.99%
G = 44.96%
B = 46.04%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#197D80 (or 0x197D80) is known color: Atoll. HEX triplet: 19, 7D and 80. RGB value is (25,125,128). Sum of RGB (Red+Green+Blue) = 25+125+128=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #197D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D80 is #E6827F. Grayscale: #5F5F5F. Windows color (decimal): -15106688 or 8420633. OLE color: 8420633.

HSL color Cylindrical-coordinate representation of color #197D80: hue angle of 181.75º 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 #197D80 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 125 128 -
CMYK 0.80 0.02 0 0.50
HSL 181.75º 0.67% 0.3% -
HSV(B) 181.75º 0.8% 0.5% -
XYZ 11.63 16.43 22.98 -
YUV 95.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 25 125 128 0.80 0.02 0 0.50 181.75 0.67 0.3
Hex 19 7D 80 50 2 0 32 B6 43 1E
Octal 31 175 200 120 2 0 62 266 103 36
Binary 11001 1111101 10000000 1010000 10 0 110010 10110110 1000011 11110

Color Harmonies of #197D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D80

Black with #197D80

Text Example


Text Example

White with #197D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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