Html Css Color HEX #197F88 Atoll

📋 copy color: '#197F88'

red 25 ◦ green 127 ◦ blue 136

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

Shades of Atoll #197F88

Tints of Atoll #197F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 8.68%
G = 44.1%
B = 47.22%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197F88 (or 0x197F88) is known color: Atoll. HEX triplet: 19, 7F and 88. RGB value is (25,127,136). Sum of RGB (Red+Green+Blue) = 25+127+136=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #197F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F88 is #E68077. Grayscale: #616161. Windows color (decimal): -15106168 or 8945433. OLE color: 8945433.

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

Color convert

RGB 25 127 136 -
CMYK 0.82 0.07 0 0.47
HSL 184.86º 0.69% 0.32% -
HSV(B) 184.86º 0.82% 0.53% -
XYZ 12.43 17.16 25.95 -
YUV 97.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 25 127 136 0.82 0.07 0 0.47 184.86 0.69 0.32
Hex 19 7F 88 52 7 0 2F B9 45 20
Octal 31 177 210 122 7 0 57 271 105 40
Binary 11001 1111111 10001000 1010010 111 0 101111 10111001 1000101 100000

Color Harmonies of #197F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F88

Black with #197F88

Text Example


Text Example

White with #197F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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