Html Css Color HEX #99C5AA Vista Blue

📋 copy color: '#99C5AA'

red 153 ◦ green 197 ◦ blue 170

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

Shades of Vista Blue #99C5AA

Tints of Vista Blue #99C5AA

RGB

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

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

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

R = 29.42%
G = 37.88%
B = 32.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#99C5AA (or 0x99C5AA) is known color: Vista Blue. HEX triplet: 99, C5 and AA. RGB value is (153,197,170). Sum of RGB (Red+Green+Blue) = 153+197+170=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5AA is #663A55. Grayscale: #B4B4B4. Windows color (decimal): -6699606 or 11191705. OLE color: 11191705.

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

Color convert

RGB 153 197 170 -
CMYK 0.22 0 0.14 0.23
HSL 143.18º 0.28% 0.69% -
HSV(B) 143.18º 0.22% 0.77% -
XYZ 40.36 49.61 45.48 -
YUV 180.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 153 197 170 0.22 0 0.14 0.23 143.18 0.28 0.69
Hex 99 C5 AA 16 0 E 17 8F 1C 45
Octal 231 305 252 26 0 16 27 217 34 105
Binary 10011001 11000101 10101010 10110 0 1110 10111 10001111 11100 1000101

Color Harmonies of #99C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C5AA

Black with #99C5AA

Text Example


Text Example

White with #99C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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