Html Css Color HEX #197A81 Atoll

📋 copy color: '#197A81'

red 25 ◦ green 122 ◦ blue 129

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

Shades of Atoll #197A81

Tints of Atoll #197A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

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

R = 9.06%
G = 44.2%
B = 46.74%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197A81 (or 0x197A81) is known color: Atoll. HEX triplet: 19, 7A and 81. RGB value is (25,122,129). Sum of RGB (Red+Green+Blue) = 25+122+129=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #197A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A81 is #E6857E. Grayscale: #5D5D5D. Windows color (decimal): -15107455 or 8485401. OLE color: 8485401.

HSL color Cylindrical-coordinate representation of color #197A81: hue angle of 184.04º 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 #197A81 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 122 129 -
CMYK 0.81 0.05 0 0.49
HSL 184.04º 0.68% 0.3% -
HSV(B) 184.04º 0.81% 0.51% -
XYZ 11.32 15.71 23.2 -
YUV 93.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 25 122 129 0.81 0.05 0 0.49 184.04 0.68 0.3
Hex 19 7A 81 51 5 0 31 B8 44 1E
Octal 31 172 201 121 5 0 61 270 104 36
Binary 11001 1111010 10000001 1010001 101 0 110001 10111000 1000100 11110

Color Harmonies of #197A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A81

Black with #197A81

Text Example


Text Example

White with #197A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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