Html Css Color HEX #197F89 Atoll

📋 copy color: '#197F89'

red 25 ◦ green 127 ◦ blue 137

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

Shades of Atoll #197F89

Tints of Atoll #197F89

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 8.65%
G = 43.94%
B = 47.4%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#197F89 (or 0x197F89) is known color: Atoll. HEX triplet: 19, 7F and 89. RGB value is (25,127,137). Sum of RGB (Red+Green+Blue) = 25+127+137=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #197F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F89 is #E68076. Grayscale: #616161. Windows color (decimal): -15106167 or 9010969. OLE color: 9010969.

HSL color Cylindrical-coordinate representation of color #197F89: hue angle of 185.36º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197F89 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 127 137 -
CMYK 0.82 0.07 0 0.46
HSL 185.36º 0.69% 0.32% -
HSV(B) 185.36º 0.82% 0.54% -
XYZ 12.51 17.19 26.33 -
YUV 97.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 25 127 137 0.82 0.07 0 0.46 185.36 0.69 0.32
Hex 19 7F 89 52 7 0 2E B9 45 20
Octal 31 177 211 122 7 0 56 271 105 40
Binary 11001 1111111 10001001 1010010 111 0 101110 10111001 1000101 100000

Color Harmonies of #197F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F89

Black with #197F89

Text Example


Text Example

White with #197F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,137); }

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

background-color css

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

 a { background-color: rgb(25,127,137); }

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

border-color css

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

 span { border-color: rgb(25,127,137); }

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