Html Css Color HEX #197C81 Atoll

📋 copy color: '#197C81'

red 25 ◦ green 124 ◦ blue 129

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

Shades of Atoll #197C81

Tints of Atoll #197C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 8.99%
G = 44.6%
B = 46.4%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197C81 (or 0x197C81) is known color: Atoll. HEX triplet: 19, 7C and 81. RGB value is (25,124,129). Sum of RGB (Red+Green+Blue) = 25+124+129=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #197C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C81 is #E6837E. Grayscale: #5E5E5E. Windows color (decimal): -15106943 or 8485913. OLE color: 8485913.

HSL color Cylindrical-coordinate representation of color #197C81: hue angle of 182.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197C81 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 124 129 -
CMYK 0.81 0.04 0 0.49
HSL 182.88º 0.68% 0.3% -
HSV(B) 182.88º 0.81% 0.51% -
XYZ 11.57 16.21 23.29 -
YUV 94.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 25 124 129 0.81 0.04 0 0.49 182.88 0.68 0.3
Hex 19 7C 81 51 4 0 31 B7 44 1E
Octal 31 174 201 121 4 0 61 267 104 36
Binary 11001 1111100 10000001 1010001 100 0 110001 10110111 1000100 11110

Color Harmonies of #197C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C81

Black with #197C81

Text Example


Text Example

White with #197C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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