#98C7AB

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

Shades of Vista Blue #98C7AB

Tints of Vista Blue #98C7AB

Color information

#98C7AB (or 0x98C7AB) is unknown color: approx Vista Blue. HEX triplet: 98, C7 and AB. RGB value is (152,199,171). Sum of RGB (Red+Green+Blue) = 152+199+171=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #98C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C7AB is #673854. Grayscale: #B5B5B5. Windows color (decimal): -6764629 or 11257752. OLE color: 11257752.

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

Color convert

RGB152199171-
CMYK0.2400.140.22
HSL144.26º29.56%68.82%-
HSV(B)144.26º23.62%78.04%-
XYZ40.7250.4646.12-
YUV181.76121.93106.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=29.12%
G=38.12%
B=32.76%

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
Decimal1521991710.2400.140.22144.2629.5668.82
Hex98C7AB180E16901e45
Octal230307253300162622036105
Binary10011000110001111010101111000011101011010010000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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