#8AD3AD

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

Shades of Vista Blue #8AD3AD

Tints of Vista Blue #8AD3AD

Color information

#8AD3AD (or 0x8AD3AD) is unknown color: approx Vista Blue. HEX triplet: 8A, D3 and AD. RGB value is (138,211,173). Sum of RGB (Red+Green+Blue) = 138+211+173=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD3AD is #752C52. Grayscale: #B8B8B8. Windows color (decimal): -7679059 or 11391882. OLE color: 11391882.

HSL color Cylindrical-coordinate representation of color #8AD3AD: hue angle of 148.77º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3AD is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB138211173-
CMYK0.3500.180.17
HSL148.77º45.34%68.43%-
HSV(B)148.77º34.6%82.75%-
XYZ41.3255.0147.98-
YUV184.84121.3294.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=26.44%
G=40.42%
B=33.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111730.3500.180.17148.7745.3468.43
Hex8AD3AD2301211952d44
Octal212323255430222122555104
Binary10001010110100111010110110001101001010001100101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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