#98C6AE

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

Shades of Vista Blue #98C6AE

Tints of Vista Blue #98C6AE

Color information

#98C6AE (or 0x98C6AE) is unknown color: approx Vista Blue. HEX triplet: 98, C6 and AE. RGB value is (152,198,174). Sum of RGB (Red+Green+Blue) = 152+198+174=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C6AE is #673951. Grayscale: #B5B5B5. Windows color (decimal): -6764882 or 11454104. OLE color: 11454104.

HSL color Cylindrical-coordinate representation of color #98C6AE: hue angle of 148.7º 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 #98C6AE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB152198174-
CMYK0.2300.120.22
HSL148.7º28.75%68.63%-
HSV(B)148.7º23.23%77.65%-
XYZ40.7850.1247.57-
YUV181.51123.76106.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=29.01%
G=37.79%
B=33.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521981740.2300.120.22148.728.7568.63
Hex98C6AE170C16951d45
Octal230306256270142622535105
Binary10011000110001101010111010111011001011010010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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