Html Css Color HEX #99C5AC Vista Blue

📋 copy color: '#99C5AC'

red 153 ◦ green 197 ◦ blue 172

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

Shades of Vista Blue #99C5AC

Tints of Vista Blue #99C5AC

RGB

 RED value IS 153 (60.16% from 255) = 29.31%

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

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

R = 29.31%
G = 37.74%
B = 32.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#99C5AC (or 0x99C5AC) is known color: Vista Blue. HEX triplet: 99, C5 and AC. RGB value is (153,197,172). Sum of RGB (Red+Green+Blue) = 153+197+172=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5AC is #663A53. Grayscale: #B5B5B5. Windows color (decimal): -6699604 or 11322777. OLE color: 11322777.

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

Color convert

RGB 153 197 172 -
CMYK 0.22 0 0.13 0.23
HSL 145.91º 0.28% 0.69% -
HSV(B) 145.91º 0.22% 0.77% -
XYZ 40.55 49.68 46.48 -
YUV 180.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 153 197 172 0.22 0 0.13 0.23 145.91 0.28 0.69
Hex 99 C5 AC 16 0 D 17 92 1C 45
Octal 231 305 254 26 0 15 27 222 34 105
Binary 10011001 11000101 10101100 10110 0 1101 10111 10010010 11100 1000101

Color Harmonies of #99C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C5AC

Black with #99C5AC

Text Example


Text Example

White with #99C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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