Html Css Color HEX #8AE5AD Vista Blue

📋 copy color: '#8AE5AD'

red 138 ◦ green 229 ◦ blue 173

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

Shades of Vista Blue #8AE5AD

Tints of Vista Blue #8AE5AD

RGB

 RED value IS 138 (54.3% from 255) = 25.56%

 GREEN value IS 229 (89.84% from 255) = 42.41%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 25.56%
G = 42.41%
B = 32.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#8AE5AD (or 0x8AE5AD) is known color: Vista Blue. HEX triplet: 8A, E5 and AD. RGB value is (138,229,173). Sum of RGB (Red+Green+Blue) = 138+229+173=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE5AD is #751A52. Grayscale: #C3C3C3. Windows color (decimal): -7674451 or 11396490. OLE color: 11396490.

HSL color Cylindrical-coordinate representation of color #8AE5AD: hue angle of 143.08º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5AD is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 229 173 -
CMYK 0.40 0 0.24 0.10
HSL 143.08º 0.64% 0.72% -
HSV(B) 143.08º 0.4% 0.9% -
XYZ 46.04 64.46 49.55 -
YUV 195.41 115.35 87.05 -
System Red Green Blue C M Y K H S L
Decimal 138 229 173 0.40 0 0.24 0.10 143.08 0.64 0.72
Hex 8A E5 AD 28 0 18 A 8F 40 48
Octal 212 345 255 50 0 30 12 217 100 110
Binary 10001010 11100101 10101101 101000 0 11000 1010 10001111 1000000 1001000

Color Harmonies of #8AE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5AD

Black with #8AE5AD

Text Example


Text Example

White with #8AE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AE5AD; }

 p { color: rgb(138,229,173); }

 H1.HeaderClassName
 {
   color: #8AE5AD;
 }
 .AnyTagClassName
 {
   color: #8AE5AD;
 }
</style>

background-color css

<style>
 a { background-color: #8AE5AD; }

 a { background-color: rgb(138,229,173); }

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

border-color css

<style>
 span { border-color: #8AE5AD; }

 span { border-color: rgb(138,229,173); }

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