Html Css Color HEX #98C6AA Vista Blue

📋 copy color: '#98C6AA'

red 152 ◦ green 198 ◦ blue 170

#98C6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #98C6AA

Tints of Vista Blue #98C6AA

RGB

 RED value IS 152 (59.77% from 255) = 29.23%

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 29.23%
G = 38.08%
B = 32.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#98C6AA (or 0x98C6AA) is known color: Vista Blue. HEX triplet: 98, C6 and AA. RGB value is (152,198,170). Sum of RGB (Red+Green+Blue) = 152+198+170=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C6AA is #673955. Grayscale: #B5B5B5. Windows color (decimal): -6764886 or 11191960. OLE color: 11191960.

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

Color convert

RGB 152 198 170 -
CMYK 0.23 0 0.14 0.22
HSL 143.48º 0.29% 0.69% -
HSV(B) 143.48º 0.23% 0.78% -
XYZ 40.4 49.97 45.55 -
YUV 181.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 152 198 170 0.23 0 0.14 0.22 143.48 0.29 0.69
Hex 98 C6 AA 17 0 E 16 8F 1D 45
Octal 230 306 252 27 0 16 26 217 35 105
Binary 10011000 11000110 10101010 10111 0 1110 10110 10001111 11101 1000101

Color Harmonies of #98C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C6AA

Black with #98C6AA

Text Example


Text Example

White with #98C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C6AA;
 }
 .AnyTagClassName
 {
   color: #98C6AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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