#98C8AC

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

Shades of Vista Blue #98C8AC

Tints of Vista Blue #98C8AC

Color information

#98C8AC (or 0x98C8AC) is unknown color: approx Vista Blue. HEX triplet: 98, C8 and AC. RGB value is (152,200,172). Sum of RGB (Red+Green+Blue) = 152+200+172=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #98C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C8AC is #673753. Grayscale: #B6B6B6. Windows color (decimal): -6764372 or 11323544. OLE color: 11323544.

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

Color convert

RGB152200172-
CMYK0.2400.140.22
HSL145º30.38%69.02%-
HSV(B)145º24%78.43%-
XYZ41.0550.9646.7-
YUV182.46122.1106.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=29.01%
G=38.17%
B=32.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001720.2400.140.2214530.3869.02
Hex98C8AC180E16911e45
Octal230310254300162622136105
Binary10011000110010001010110011000011101011010010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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