Html Css Color HEX #89CDAA Vista Blue

📋 copy color: '#89CDAA'

red 137 ◦ green 205 ◦ blue 170

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

Shades of Vista Blue #89CDAA

Tints of Vista Blue #89CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 26.76%
G = 40.04%
B = 33.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#89CDAA (or 0x89CDAA) is known color: Vista Blue. HEX triplet: 89, CD and AA. RGB value is (137,205,170). Sum of RGB (Red+Green+Blue) = 137+205+170=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CDAA is #763255. Grayscale: #B4B4B4. Windows color (decimal): -7746134 or 11193737. OLE color: 11193737.

HSL color Cylindrical-coordinate representation of color #89CDAA: hue angle of 149.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDAA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 205 170 -
CMYK 0.33 0 0.17 0.20
HSL 149.12º 0.4% 0.67% -
HSV(B) 149.12º 0.33% 0.8% -
XYZ 39.4 51.88 45.97 -
YUV 180.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 137 205 170 0.33 0 0.17 0.20 149.12 0.4 0.67
Hex 89 CD AA 21 0 11 14 95 28 43
Octal 211 315 252 41 0 21 24 225 50 103
Binary 10001001 11001101 10101010 100001 0 10001 10100 10010101 101000 1000011

Color Harmonies of #89CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CDAA

Black with #89CDAA

Text Example


Text Example

White with #89CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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