#98C7AD

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

Shades of Vista Blue #98C7AD

Tints of Vista Blue #98C7AD

Color information

#98C7AD (or 0x98C7AD) is unknown color: approx Vista Blue. HEX triplet: 98, C7 and AD. RGB value is (152,199,173). Sum of RGB (Red+Green+Blue) = 152+199+173=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #98C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C7AD is #673852. Grayscale: #B6B6B6. Windows color (decimal): -6764627 or 11388824. OLE color: 11388824.

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

Color convert

RGB152199173-
CMYK0.2400.130.22
HSL146.81º29.56%68.82%-
HSV(B)146.81º23.62%78.04%-
XYZ40.9250.5447.13-
YUV181.98122.93106.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=29.01%
G=37.98%
B=33.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521991730.2400.130.22146.8129.5668.82
Hex98C7AD180D16931e45
Octal230307255300152622336105
Binary10011000110001111010110111000011011011010010011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,199,173); }

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

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

 a { background-color: rgb(152,199,173); }

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

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

 span { border-color: rgb(152,199,173); }

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