#98C6AC

Color #98C6AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #98C6AC

Tints of Vista Blue #98C6AC

Color information

#98C6AC (or 0x98C6AC) is unknown color: approx Vista Blue. HEX triplet: 98, C6 and AC. RGB value is (152,198,172). Sum of RGB (Red+Green+Blue) = 152+198+172=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C6AC is #673953. Grayscale: #B5B5B5. Windows color (decimal): -6764884 or 11323032. OLE color: 11323032.

HSL color Cylindrical-coordinate representation of color #98C6AC: hue angle of 146.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C6AC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB152198172-
CMYK0.2300.130.22
HSL146.09º28.75%68.63%-
HSV(B)146.09º23.23%77.65%-
XYZ40.5950.0446.55-
YUV181.28122.76107.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=29.12%
G=37.93%
B=32.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521981720.2300.130.22146.0928.7568.63
Hex98C6AC170D16921d45
Octal230306254270152622235105
Binary10011000110001101010110010111011011011010010010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C6AC; }

 p { color: rgb(152,198,172); }

 H1.HeaderClassName
 {
   color: #98C6AC;
 }
 .AnyTagClassName
 {
   color: #98C6AC;
 }
</style>
background-color css

<style>
 a { background-color: #98C6AC; }

 a { background-color: rgb(152,198,172); }

 div.DivClassName
 {
   background-color: #98C6AC;
 }
 .BgClassName
 {
   background-color: #98C6AC;
 }
</style>
border-color css

<style>
 span { border-color: #98C6AC; }

 span { border-color: rgb(152,198,172); }

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