Html Css Color HEX #98C5AC Vista Blue

📋 copy color: '#98C5AC'

red 152 ◦ green 197 ◦ blue 172

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

Shades of Vista Blue #98C5AC

Tints of Vista Blue #98C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 29.17%
G = 37.81%
B = 33.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#98C5AC (or 0x98C5AC) is known color: Vista Blue. HEX triplet: 98, C5 and AC. RGB value is (152,197,172). Sum of RGB (Red+Green+Blue) = 152+197+172=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5AC is #673A53. Grayscale: #B4B4B4. Windows color (decimal): -6765140 or 11322776. OLE color: 11322776.

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

Color convert

RGB 152 197 172 -
CMYK 0.23 0 0.13 0.23
HSL 146.67º 0.28% 0.68% -
HSV(B) 146.67º 0.23% 0.77% -
XYZ 40.36 49.59 46.47 -
YUV 180.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 152 197 172 0.23 0 0.13 0.23 146.67 0.28 0.68
Hex 98 C5 AC 17 0 D 17 93 1C 44
Octal 230 305 254 27 0 15 27 223 34 104
Binary 10011000 11000101 10101100 10111 0 1101 10111 10010011 11100 1000100

Color Harmonies of #98C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C5AC

Black with #98C5AC

Text Example


Text Example

White with #98C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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