Html Css Color HEX #98C6AC Vista Blue

📋 copy color: '#98C6AC'

red 152 ◦ green 198 ◦ blue 172

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

Shades of Vista Blue #98C6AC

Tints of Vista Blue #98C6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 29.12%
G = 37.93%
B = 32.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#98C6AC (or 0x98C6AC) is known color: Vista Blue. HEX triplet: 98, C6 and AC. RGB value is (152,198,172). Sum of RGB (Red+Green+Blue) = 152+198+172=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C6AC is #673953. Grayscale: #B5B5B5. Windows color (decimal): -6764884 or 11323032. OLE color: 11323032.

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

Color convert

RGB 152 198 172 -
CMYK 0.23 0 0.13 0.22
HSL 146.09º 0.29% 0.69% -
HSV(B) 146.09º 0.23% 0.78% -
XYZ 40.59 50.04 46.55 -
YUV 181.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 152 198 172 0.23 0 0.13 0.22 146.09 0.29 0.69
Hex 98 C6 AC 17 0 D 16 92 1D 45
Octal 230 306 254 27 0 15 26 222 35 105
Binary 10011000 11000110 10101100 10111 0 1101 10110 10010010 11101 1000101

Color Harmonies of #98C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C6AC

Black with #98C6AC

Text Example


Text Example

White with #98C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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