#8CD0AA

Color #8CD0AA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8CD0AA

Tints of Vista Blue #8CD0AA

Color information

#8CD0AA (or 0x8CD0AA) is unknown color: approx Vista Blue. HEX triplet: 8C, D0 and AA. RGB value is (140,208,170). Sum of RGB (Red+Green+Blue) = 140+208+170=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD0AA is #732F55. Grayscale: #B7B7B7. Windows color (decimal): -7548758 or 11194508. OLE color: 11194508.

HSL color Cylindrical-coordinate representation of color #8CD0AA: hue angle of 146.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD0AA is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB140208170-
CMYK0.3300.180.18
HSL146.47º41.98%68.24%-
HSV(B)146.47º32.69%81.57%-
XYZ40.6353.5946.23-
YUV183.34120.4797.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=27.03%
G=40.15%
B=32.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081700.3300.180.18146.4741.9868.24
Hex8CD0AA2101212922a44
Octal214320252410222222252104
Binary10001100110100001010101010000101001010010100100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,170); }

 H1.HeaderClassName
 {
   color: #8CD0AA;
 }
 .AnyTagClassName
 {
   color: #8CD0AA;
 }
</style>
background-color css

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

 a { background-color: rgb(140,208,170); }

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

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

 span { border-color: rgb(140,208,170); }

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