Html Css Color HEX #197D88 Atoll

📋 copy color: '#197D88'

red 25 ◦ green 125 ◦ blue 136

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

Shades of Atoll #197D88

Tints of Atoll #197D88

RGB

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

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

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

R = 8.74%
G = 43.71%
B = 47.55%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197D88 (or 0x197D88) is known color: Atoll. HEX triplet: 19, 7D and 88. RGB value is (25,125,136). Sum of RGB (Red+Green+Blue) = 25+125+136=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #197D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D88 is #E68277. Grayscale: #606060. Windows color (decimal): -15106680 or 8944921. OLE color: 8944921.

HSL color Cylindrical-coordinate representation of color #197D88: hue angle of 185.95º 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 #197D88 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 125 136 -
CMYK 0.82 0.08 0 0.47
HSL 185.95º 0.69% 0.32% -
HSV(B) 185.95º 0.82% 0.53% -
XYZ 12.18 16.65 25.86 -
YUV 96.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 25 125 136 0.82 0.08 0 0.47 185.95 0.69 0.32
Hex 19 7D 88 52 8 0 2F BA 45 20
Octal 31 175 210 122 10 0 57 272 105 40
Binary 11001 1111101 10001000 1010010 1000 0 101111 10111010 1000101 100000

Color Harmonies of #197D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D88

Black with #197D88

Text Example


Text Example

White with #197D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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