#98C4AC

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

Shades of Vista Blue #98C4AC

Tints of Vista Blue #98C4AC

Color information

#98C4AC (or 0x98C4AC) is unknown color: approx Vista Blue. HEX triplet: 98, C4 and AC. RGB value is (152,196,172). Sum of RGB (Red+Green+Blue) = 152+196+172=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #98C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C4AC is #673B53. Grayscale: #B4B4B4. Windows color (decimal): -6765396 or 11322520. OLE color: 11322520.

HSL color Cylindrical-coordinate representation of color #98C4AC: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C4AC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB152196172-
CMYK0.2200.120.23
HSL147.27º27.16%68.24%-
HSV(B)147.27º22.45%76.86%-
XYZ40.1449.1346.4-
YUV180.11123.42107.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=29.23%
G=37.69%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521961720.2200.120.23147.2727.1668.24
Hex98C4AC160C17931b44
Octal230304254260142722333104
Binary10011000110001001010110010110011001011110010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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