Html Css Color HEX #8ACCAA Vista Blue

📋 copy color: '#8ACCAA'

red 138 ◦ green 204 ◦ blue 170

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

Shades of Vista Blue #8ACCAA

Tints of Vista Blue #8ACCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 26.95%
G = 39.84%
B = 33.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#8ACCAA (or 0x8ACCAA) is known color: Vista Blue. HEX triplet: 8A, CC and AA. RGB value is (138,204,170). Sum of RGB (Red+Green+Blue) = 138+204+170=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCAA is #753355. Grayscale: #B4B4B4. Windows color (decimal): -7680854 or 11193482. OLE color: 11193482.

HSL color Cylindrical-coordinate representation of color #8ACCAA: hue angle of 149.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCAA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 170 -
CMYK 0.32 0 0.17 0.2
HSL 149.09º 0.39% 0.67% -
HSV(B) 149.09º 0.32% 0.8% -
XYZ 39.33 51.49 45.9 -
YUV 180.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 138 204 170 0.32 0 0.17 0.2 149.09 0.39 0.67
Hex 8A CC AA 20 0 11 14 95 27 43
Octal 212 314 252 40 0 21 24 225 47 103
Binary 10001010 11001100 10101010 100000 0 10001 10100 10010101 100111 1000011

Color Harmonies of #8ACCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCAA

Black with #8ACCAA

Text Example


Text Example

White with #8ACCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,170); }

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

background-color css

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

 a { background-color: rgb(138,204,170); }

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

border-color css

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

 span { border-color: rgb(138,204,170); }

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