#83E0AA

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

Shades of Vista Blue #83E0AA

Tints of Vista Blue #83E0AA

Color information

#83E0AA (or 0x83E0AA) is unknown color: approx Vista Blue. HEX triplet: 83, E0 and AA. RGB value is (131,224,170). Sum of RGB (Red+Green+Blue) = 131+224+170=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83E0AA is #7C1F55. Grayscale: #BEBEBE. Windows color (decimal): -8134486 or 11198595. OLE color: 11198595.

HSL color Cylindrical-coordinate representation of color #83E0AA: hue angle of 145.16º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E0AA is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB131224170-
CMYK0.4200.240.12
HSL145.16º60%69.61%-
HSV(B)145.16º41.52%87.84%-
XYZ43.2761.0447.53-
YUV190.04116.6985.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=24.95%
G=42.67%
B=32.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312241700.4200.240.12145.166069.61
Hex83E0AA2A018C913c46
Octal203340252520301422174106
Binary1000001111100000101010101010100110001100100100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83E0AA; }

 p { color: rgb(131,224,170); }

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

<style>
 a { background-color: #83E0AA; }

 a { background-color: rgb(131,224,170); }

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

<style>
 span { border-color: #83E0AA; }

 span { border-color: rgb(131,224,170); }

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