Html Css Color HEX #89C4AA Vista Blue

📋 copy color: '#89C4AA'

red 137 ◦ green 196 ◦ blue 170

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

Shades of Vista Blue #89C4AA

Tints of Vista Blue #89C4AA

RGB

 RED value IS 137 (53.91% from 255) = 27.24%

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 27.24%
G = 38.97%
B = 33.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#89C4AA (or 0x89C4AA) is known color: Vista Blue. HEX triplet: 89, C4 and AA. RGB value is (137,196,170). Sum of RGB (Red+Green+Blue) = 137+196+170=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #89C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C4AA is #763B55. Grayscale: #AFAFAF. Windows color (decimal): -7748438 or 11191433. OLE color: 11191433.

HSL color Cylindrical-coordinate representation of color #89C4AA: hue angle of 153.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C4AA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 196 170 -
CMYK 0.30 0 0.13 0.23
HSL 153.56º 0.33% 0.65% -
HSV(B) 153.56º 0.3% 0.77% -
XYZ 37.31 47.7 45.27 -
YUV 175.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 137 196 170 0.30 0 0.13 0.23 153.56 0.33 0.65
Hex 89 C4 AA 1E 0 D 17 9A 21 41
Octal 211 304 252 36 0 15 27 232 41 101
Binary 10001001 11000100 10101010 11110 0 1101 10111 10011010 100001 1000001

Color Harmonies of #89C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C4AA

Black with #89C4AA

Text Example


Text Example

White with #89C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89C4AA; }

 p { color: rgb(137,196,170); }

 H1.HeaderClassName
 {
   color: #89C4AA;
 }
 .AnyTagClassName
 {
   color: #89C4AA;
 }
</style>

background-color css

<style>
 a { background-color: #89C4AA; }

 a { background-color: rgb(137,196,170); }

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

border-color css

<style>
 span { border-color: #89C4AA; }

 span { border-color: rgb(137,196,170); }

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